Skip to content

Commit

Permalink
Merge pull request #4473 from h-kataria/exclude_migration_template_un…
Browse files Browse the repository at this point in the history
…assigned_folder

Added missing 'public_service_templates' scope
(cherry picked from commit 0b219e9)

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1610729
  • Loading branch information
Dan Clarizio authored and simaishi committed Aug 14, 2018
1 parent 5387925 commit 23574de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/catalog_controller.rb
Expand Up @@ -1750,7 +1750,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 23574de

Please sign in to comment.