Details
-
Bug
-
Resolution: Fixed
-
None
-
Critical
-
Fixed bug popping sometimes if config store is not yet loaded
-
Empty show more show less
Description
problem
In Editor.view.admin.preferences.User::initConfig Editor.app.getUserConfig is used which may return null if the time between call of the initConfig (which internally triggers a config store load) and rendering of the component is faster as the successful load of the user config store.
This leads to undefined variable uiThemesRecord in line 136.