Actions
Bug #19374
closedFacet definitions are not idempotent
Difficulty:
Triaged:
Bugzilla link:
Pull request:
Description
https://github.com/theforeman/foreman/blob/develop/app/models/concerns/facets/managed_host_extensions.rb#L51 uses alias_method_chain, that will create an endless call loop on second call.
Right now the only found affected scenario is call to Host#my_facet within migration.
Actions