Bug #2766
Setting 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.
Related issues
Associated revisions
History
#1
Updated by Greg Sutcliffe over 9 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 ;)
#2
Updated by Dominic Cleal over 9 years ago
- Description updated (diff)
- Category set to Settings
- Target version set to 1.3.0
#3
Updated by Amos Benari over 9 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset bc494475573c1b61505112217b5e8492c663f1f7.
fixes #2766 Setting categories not consistently loaded and shown in dev