Skip to content

Commit

Permalink
Fixes #15764 - Add subscription uuid scoped search
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomizadok committed Jul 21, 2016
1 parent bdd52d0 commit 2f9b98f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/models/katello/concerns/host_managed_extensions.rb
Expand Up @@ -27,6 +27,7 @@ module HostManagedExtensions
scoped_search :in => :host_collections, :on => :name, :complete_value => true, :rename => :host_collection
scoped_search :in => :installed_packages, :on => :nvra, :complete_value => true, :rename => :installed_package
scoped_search :in => :installed_packages, :on => :name, :complete_value => true, :rename => :installed_package_name
scoped_search :in => :subscription_facet, :on => :uuid, :complete_value => false, :rename => :subscription_manager_id

attr_accessible :content_source_id, :host_collection_ids
end
Expand Down

0 comments on commit 2f9b98f

Please sign in to comment.