Skip to content

Commit

Permalink
Fixes #37921 - Restore purpose_role and purpose_usage to Jail (#11182)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylenz authored Oct 17, 2024
1 parent 3b7244f commit 5aad554
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/models/katello/concerns/host_managed_extensions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,8 @@ class ::Host::Managed::Jail < Safemode::Jail
:host_collections, :pools, :hypervisor_host, :installed_debs,
:installed_packages, :traces_helpers, :advisory_ids, :package_names_for_job_template,
:filtered_entitlement_quantity_consumed, :bound_repositories,
:single_content_view, :single_lifecycle_environment, :release_version
:single_content_view, :single_lifecycle_environment, :release_version,
:purpose_role, :purpose_usage
end

class ActiveRecord::Associations::CollectionProxy::Jail < Safemode::Jail
Expand Down

0 comments on commit 5aad554

Please sign in to comment.