Project:
View Revisions: Issue #42270 | [ Back to Issue ] | ||
Summary | 0042270: Grid not properly initialized due to missing window personalization information | ||
Revision | 2019-11-13 19:32 by caristu | ||
Description | The grids of an standard window can not be initialized properly having view personalizations: if the default view personalization is not provided by the WindowSettingsActionHandler and there exists one or more view personalizations then the following JS error is thrown when trying to save a record: Class.js:1796 Uncaught TypeError: Cannot read property 'length' of undefined at cons.addToCacheData (b695962a877b1a59ae4c48580e07e5f7.js:47135) at cons.callback [as _userCallback] (b695962a877b1a59ae4c48580e07e5f7.js:42783) at cons.fireCallback (Class.js:1789) at cons.fireCallback (Class.js:3488) at cons.formSavedComplete (ActionMethods.js:1132) at cons._saveDataReply (ActionMethods.js:1102) at cons.eval (eval at isc__makeFunction (Object.js:129), <anonymous>:1:18) at cons.fireCallback (Class.js:1789) at cons.fireCallback (Class.js:3488) at cons.fireResponseCallbacks (DataSource.js:13641) |
||
Revision | 2019-11-13 19:31 by caristu | ||
Description | The grid of an standard window can not be initialized properly having view personalizations: if the default view personalization is not provided by the WindowSettingsActionHandler and there exists one or more view personalizations then the following JS error is thrown when trying to save a record: Class.js:1796 Uncaught TypeError: Cannot read property 'length' of undefined at cons.addToCacheData (b695962a877b1a59ae4c48580e07e5f7.js:47135) at cons.callback [as _userCallback] (b695962a877b1a59ae4c48580e07e5f7.js:42783) at cons.fireCallback (Class.js:1789) at cons.fireCallback (Class.js:3488) at cons.formSavedComplete (ActionMethods.js:1132) at cons._saveDataReply (ActionMethods.js:1102) at cons.eval (eval at isc__makeFunction (Object.js:129), <anonymous>:1:18) at cons.fireCallback (Class.js:1789) at cons.fireCallback (Class.js:3488) at cons.fireResponseCallbacks (DataSource.js:13641) |
||
Revision | 2019-11-13 19:30 by caristu | ||
Description | A window can be generated in an inconsistent state having view personalizations: if the default view personalization is not provided by the WindowSettingsActionHandler and there exists one or more view personalizations then the following JS error is thrown when trying to save a record: Class.js:1796 Uncaught TypeError: Cannot read property 'length' of undefined at cons.addToCacheData (b695962a877b1a59ae4c48580e07e5f7.js:47135) at cons.callback [as _userCallback] (b695962a877b1a59ae4c48580e07e5f7.js:42783) at cons.fireCallback (Class.js:1789) at cons.fireCallback (Class.js:3488) at cons.formSavedComplete (ActionMethods.js:1132) at cons._saveDataReply (ActionMethods.js:1102) at cons.eval (eval at isc__makeFunction (Object.js:129), <anonymous>:1:18) at cons.fireCallback (Class.js:1789) at cons.fireCallback (Class.js:3488) at cons.fireResponseCallbacks (DataSource.js:13641) |
Copyright © 2000 - 2009 MantisBT Group |