-
Bug
-
Resolution: Fixed
-
Blocker
-
4.2.0
-
None
-
4.2 M2
On editing an incomplete configuration, it is impossible to show the configuration tool, I have the following JS error :
ServerComm.js:868 Uncaught TypeError: Cannot read property 'values' of undefined at constructor._getConfigurationParametersCb (ConfigTool.js:143) at constructor.<anonymous> (ServerComm.js:862) at Array.forEach (<anonymous>) at Object.Ext.Array.ExtArray.forEach (ext-all-debug.js:3302) at constructor._dispatch (ServerComm.js:857) at constructor._onRequestComplete (ServerComm.js:783) at Object.callback (ext-all-debug.js:9249) at constructor.onComplete (ext-all-debug.js:27345) at constructor.onStateChange (ext-all-debug.js:27302) at ext-all-debug.js:27292
ConfigManager2018.getInstance() returns null because __initialized is false because the configuration is incomplete (ConfigManager2018:592 and 285).