Bug #32489
Tracker #29939: Improve setting definition DSL and move setting registry to memory
Setting registry doesn't reload properly on autoreload
Pull request:
Found in Releases:
Description
When editing code in development that causes rails to reload the application, the registry isn't properly reloaded leading to missing settings and errors
Related issues
Associated revisions
History
#1
Updated by The Foreman Bot about 1 year ago
- Assignee set to Ondřej Ezr
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/8526 added
#2
Updated by The Foreman Bot 12 months ago
- Fixed in Releases 3.0.0 added
#3
Updated by Ondřej Ezr 12 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|63469bc6cd2416b45667eed6b8b2115857646df2.
#4
Updated by Tomer Brisker 10 months ago
- Has duplicate Bug #33257: Getting /apidoc/v2.json results in a broken Foreman GUI (500 Internal Server Error) added
#5
Updated by Tomer Brisker 9 months ago
- Fixed in Releases 2.5.3 added
Fixes #32489 - setting load on code reload
Code reloading unloads setting descendants and thus
SettingRegistry.reload won't get any definitions of default from them.
This loads the STI classes.