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.
Updated by The Foreman Bot over 7 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/4484 added
Updated by Shimon Shtein over 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 3be4ca4cca8d10ea8184000b19abb9fb4a7c4a40.
Updated by Marek Hulán about 7 years ago
- Translation missing: en.field_release set to 240
Actions