Bug #17309
Facets should survive class reloads in develop mode
Description
Facets currently do not handle reloading in develop well. This needs to be improved.
Associated revisions
History
#1
Updated by Shimon Shtein over 5 years ago
- Assignee set to Shimon Shtein
#2
Updated by Shimon Shtein over 5 years ago
- Target version set to 1.3.2
#3
Updated by The Foreman Bot over 5 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/4017 added
#4
Updated by Shimon Shtein over 5 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 057641b48eb2741bdb9755e190b760065c91c8e8.
#5
Updated by Dominic Cleal over 5 years ago
- Legacy Backlogs Release (now unused) set to 189
Fixes #17309 - Made facets resilient to class reloading
Now the configuration is stored in plugin declaration.
If you are using `Facets.register` directly, please make sure
you are re-registering it after reload occurs.