From 2b5f44af551b318f3677e5e11151d14521dbd407 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1vid=20Hal=C3=A1sz?= Date: Tue, 30 Apr 2019 13:27:15 +0200 Subject: [PATCH] Display the missing Main Configuration in the RBAC roles tree Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1704163 --- app/presenters/tree_builder_ops_rbac_features.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/presenters/tree_builder_ops_rbac_features.rb b/app/presenters/tree_builder_ops_rbac_features.rb index cbfc6eb6828..65897f539ee 100644 --- a/app/presenters/tree_builder_ops_rbac_features.rb +++ b/app/presenters/tree_builder_ops_rbac_features.rb @@ -27,7 +27,7 @@ def x_get_tree_roots(count_only = false, _options) section end - top_nodes += %w[all_vm_rules api_exclusive sui].collect do |additional_feature| + top_nodes += %w[all_vm_rules api_exclusive sui ops_explorer].collect do |additional_feature| MiqProductFeature.obj_features[additional_feature] && MiqProductFeature.obj_features[additional_feature][:feature] end