Actions
Bug #10331
closedCan't delete Lifecycle Environment when hosts are assigned to Content View
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Description
The foreign key on KTEnvironment association with hosts is incorrect:
has_many :hosts, :class_name => "::Host::Managed", :foreign_key => :content_view_id, :inverse_of => :lifecycle_environment, :dependent => :restrict
Updated by The Foreman Bot over 9 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/5201 added
- Pull request deleted (
)
Updated by Justin Sherrill over 9 years ago
- Translation missing: en.field_release set to 51
Updated by Anonymous over 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|a0ee7b07c00459577be5cac79c105cad5a73733c.
Actions