Actions
Feature #22892
closedMake audited associations extendable from plugins
Description
Since audited
can't be called twice in the same model, plugins can't easily extend existing audited
definition in core. For attributes this is not a huge problem as we always use :except
so all attributes added from plugins are audited but associations, that are listed explicitly can't be added. Since Foreman adds this using DirtyAssociations module, it should also provide a way to add more associations from plugins.
Updated by The Foreman Bot over 6 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/5322 added
Updated by Tomer Brisker over 6 years ago
- Translation missing: en.field_release set to 330
Updated by Marek Hulán over 6 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 4a1f6711a085d64fcf4efbd7ab36e2ae365ea573.
Actions