Skip to content

Commit

Permalink
Fix Default view settings for Service Catalogs
Browse files Browse the repository at this point in the history
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1404207

Fix Default view settings for Services > Catalogs > Service Catalogs accordion.
  • Loading branch information
Hilda Stastna committed Feb 28, 2018
1 parent e87a8d4 commit 95f5879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/catalog_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1705,7 +1705,7 @@ def get_node_info_handle_root_node
typ = root_node_model(x_active_tree)
@no_checkboxes = true if x_active_tree == :svcs_tree
if x_active_tree == :svccat_tree
service_template_list([:displayed, :with_existent_service_template_catalog_id], :no_checkboxes => true)
service_template_list([:displayed, :with_existent_service_template_catalog_id], :no_checkboxes => true, :gtl_dbname => :catalog)
else
options = {:model => typ.constantize}
options[:named_scope] = :orderable if x_active_tree == :ot_tree
Expand Down

0 comments on commit 95f5879

Please sign in to comment.