Actions
Bug #25730
closedOrganization seed assumes all relationships are many_to_many
Status:
Closed
Priority:
Normal
Assignee:
Category:
Organizations and Locations
Target version:
-
Description
This pr: https://github.com/theforeman/foreman/pull/6283
assumes that all relationships are many to many with this line:
https://github.com/theforeman/foreman/blob/develop/db/seeds.d/050-taxonomies.rb#L13
However, katello (and possibly other plugins?) has a 'has_one' association.
Actions