We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 374c956 commit 68796b0Copy full SHA for 68796b0
app/models/katello/installed_package.rb
@@ -24,5 +24,8 @@ class Jail < Safemode::Jail
24
scoped_search :on => :release
25
scoped_search :on => :arch
26
scoped_search :on => :vendor, :complete_value => true
27
+ scoped_search :relation => :host_installed_packages, :on => :persistence,
28
+ :complete_value => Katello::HostInstalledPackage::PERSISTENCE_VALUES.index_by(&:itself),
29
+ :only_explicit => true
30
end
31
0 commit comments