Actions
Bug #2766
closedSetting categories not consistently loaded and shown in 'development' environment
Description
When running in the development Rails environment, some setting categories don't get initialised reliably.
If you view the settings page, you often have between one and three categories visible. This happened since the settings STI change in #2407.
Updated by Greg Sutcliffe over 11 years ago
This is due to the lazy-loading of models, I think Rails is clearing some kind of cache. I don't really know how to mark a class for permanent loading though, but I'll try to find out ;)
Updated by Dominic Cleal over 11 years ago
- Description updated (diff)
- Category set to Settings
- Target version set to 1.3.0
Updated by Amos Benari over 11 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset bc494475573c1b61505112217b5e8492c663f1f7.
Actions