Refactor #23098
allow searching on audited types added from plugins
Team Backlog:
Fixed in Releases:
Found in Releases:
Associated revisions
History
#1
Updated by The Foreman Bot 11 months ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/5395 added
#2
Updated by Marek Hulán 11 months ago
- Legacy Backlogs Release (now unused) set to 330
#3
Updated by Anonymous 11 months ago
- % Done changed from 0 to 100
- Status changed from Ready For Testing to Closed
Applied in changeset a3aaa02f7f441b58da844791c997a54cae199a07.
Fixes #23098 - Allow searching on all audited models by type (#5395)
This automatically adds all the audited models in an after_initilize
block so that models defined in plugins are also included. All the
search related definitions for audit have been extracted to a seperate
concern. Models using STI require special handling until audits are
fixed to properly work with STI.