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
Actions