Skip to content

Commit

Permalink
Added missing 'public_service_templates' scope
Browse files Browse the repository at this point in the history
Added 'public_service_templates' scope when fetching right side list for unassigned folder node

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1594408
  • Loading branch information
h-kataria committed Aug 14, 2018
1 parent 32a4158 commit 5362d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/catalog_controller.rb
Expand Up @@ -1784,7 +1784,7 @@ def get_node_info_handle_simple_leaf_node(id)
end

def get_node_info_handle_unassigned_node
scope = [[:without_service_template_catalog_id]]
scope = [:public_service_templates, [:without_service_template_catalog_id]]
service_template_list(scope, :no_order_button => true)
@right_cell_text = _("Services in Catalog \"Unassigned\"")
end
Expand Down

0 comments on commit 5362d75

Please sign in to comment.