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 b77d37b commit 1a421ceCopy full SHA for 1a421ce
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