Actions
Bug #34375
closedFacets do not allow emptying their relations through mass assignment
Difficulty:
Triaged:
No
Bugzilla link:
Description
Facets do not allow passing empty values not to create empty asset in DB, but I believe it is not worth this not working eighter:
host.attributes = { facet_attributes: { facet_association_ids: [] }}
Causes: https://github.com/theforeman/foreman_puppet/issues/253
Actions