Skip to content

Commit

Permalink
Fixes #36506 - allow installable errata counts in safe mode
Browse files Browse the repository at this point in the history
  • Loading branch information
snagoor authored and wbclark committed Jun 28, 2023
1 parent a29414b commit f3dba82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/models/katello/host/content_facet.rb
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,8 @@ def self.inherited_attributes(hostgroup, facet_attributes)
class Jail < ::Safemode::Jail
allow :applicable_deb_count, :applicable_module_stream_count, :applicable_rpm_count, :content_source, :content_source_id, :content_source_name,
:errata_counts, :id, :kickstart_repository, :kickstart_repository_id, :kickstart_repository_name,
:upgradable_deb_count, :upgradable_module_stream_count, :upgradable_rpm_count, :uuid
:upgradable_deb_count, :upgradable_module_stream_count, :upgradable_rpm_count, :uuid,
:installable_security_errata_count, :installable_bugfix_errata_count, :installable_enhancement_errata_count
end
end
end
Expand Down

0 comments on commit f3dba82

Please sign in to comment.