SNAPSHOT_v13.1d_2023-10-05/Enterprise Deployment
Chrome on MacOS
Hello, while loading one on my applications with the latest 13.1, I've got two js errors:
EventWindow doesn't seem defined
and
here I'm not sure if there's just need of some null check
Chrome on MacOS
Hello, while loading one on my applications with the latest 13.1, I've got two js errors:
Code:
Uncaught TypeError: Cannot read properties of undefined (reading 'changeDefaults') at isc.loadSkin (load_skin.js?isc_version=SNAPSHOT_v13.1d_2023-10-05.js:1:33164) at load_skin.js?isc_version=SNAPSHOT_v13.1d_2023-10-05.js:1:40573
and
Code:
Uncaught TypeError: Cannot read properties of undefined (reading 'min') at cons.checkDateRangeValidator (ISC_Forms.js?isc_version=SNAPSHOT_v13.1d_2023-10-05.js:41720:103) at cons.init (ISC_Forms.js?isc_version=SNAPSHOT_v13.1d_2023-10-05.js:66330:14) at cons.completeCreation (ISC_Core.js?isc_version=SNAPSHOT_v13.1d_2023-10-05.js:8896:14) at cons.createItem (ISC_Forms.js?isc_version=SNAPSHOT_v13.1d_2023-10-05.js:11473:14) at cons._addItems (ISC_Forms.js?isc_version=SNAPSHOT_v13.1d_2023-10-05.js:11244:45) at cons._setItems (ISC_Forms.js?isc_version=SNAPSHOT_v13.1d_2023-10-05.js:11015:10) at cons.initWidget (ISC_Forms.js?isc_version=SNAPSHOT_v13.1d_2023-10-05.js:10778:10) at cons.invokeSuper (ISC_Core.js?isc_version=SNAPSHOT_v13.1d_2023-10-05.js:7348:44) at cons.Super (ISC_Core.js?isc_version=SNAPSHOT_v13.1d_2023-10-05.js:7165:21) at cons.initWidget (everyRole.js?isc_version=1696516270000.js:79017:14) at cons.init (ISC_Core.js?isc_version=SNAPSHOT_v13.1d_2023-10-05.js:79608:10) at cons.completeCreation (ISC_Core.js?isc_version=SNAPSHOT_v13.1d_2023-10-05.js:8896:14) at cons.create (ISC_Core.js?isc_version=SNAPSHOT_v13.1d_2023-10-05.js:5850:39)
Comment