SmartClient Version: v11.1p_2017-07-04/Enterprise Deployment (built 2017-07-04)
Chrome, Safari, Firefox on OSX
Hello, I'm testing the latest build, but I've got a js error:
the strange thing is that I don't have this problem when using modules-debug files, but only when using files from the modules folder.
Chrome, Safari, Firefox on OSX
Hello, I'm testing the latest build, but I've got a js error:
Code:
ISC_Core.js?isc_version=v111p_2017-07-04.js:410 Uncaught TypeError: Cannot read property 'length' of undefined at _3.isc_c_Func__expressionToFunction [as $eb] (ISC_Core.js?isc_version=v111p_2017-07-04.js:410) at _3.isc_c_Func_expressionToFunction [as expressionToFunction] (ISC_Core.js?isc_version=v111p_2017-07-04.js:403) at Object.isc_addMethods [as addMethods] (ISC_Core.js?isc_version=v111p_2017-07-04.js:95) at Object.isc_addPropertyList [as addPropertyList] (ISC_Core.js?isc_version=v111p_2017-07-04.js:92) at Object.isc_addProperties [as addProperties] (ISC_Core.js?isc_version=v111p_2017-07-04.js:85) at _3.isc_Class_completeCreation [as completeCreation] (ISC_Core.js?isc_version=v111p_2017-07-04.js:339) at _3.isc_DynamicForm_createItem [as createItem] (ISC_Forms.js?isc_version=v111p_2017-07-04.js:279) at _3.isc_DynamicForm__addItems [as $10l] (ISC_Forms.js?isc_version=v111p_2017-07-04.js:263) at _3.isc_DynamicForm__setItems [as $143m] (ISC_Forms.js?isc_version=v111p_2017-07-04.js:258) at _3.isc_DynamicForm_initWidget [as initWidget] (ISC_Forms.js?isc_version=v111p_2017-07-04.js:243) at _3.isc_Canvas_init [as init] (ISC_Core.js?isc_version=v111p_2017-07-04.js:2471) at _3.isc_Class_completeCreation [as completeCreation] (ISC_Core.js?isc_version=v111p_2017-07-04.js:342) at Object.isc_c_Class_create (ISC_Core.js?isc_version=v111p_2017-07-04.js:230) at everyRole.js?1499197304000:1788
Comment