Skip to:
Since the cb settings are stored in the prc, in the prepare ui request... its not hitting the db... it gets them from the PRC.
The issue with that is, Settings are set in the prc with
The issue with that is, getAllSettings() is cached
https://github.com/Ortus-Solutions/ContentBox/pull/310
When the theme is loaded, we check to make sure the themes settings are loaded, but we dont flush the setting cacheWill add that now.
Since the cb settings are stored in the prc, in the prepare ui request... its not hitting the db... it gets them from the PRC.
The issue with that is, Settings are set in the prc with
The issue with that is, getAllSettings() is cached