Hello,
I'm upgrading to 6.1 and currently using the latest SmartGWT/6.1p/LGPL/2018-01-14.
While debugging, chrome points out an error in com/smartclient/debug/public/sc/client/widgets/form/DynamicForm.js which prevents loading of this class.
The lines 10810 (and 10815) contain the assignment
Please note the space between the equals signs.
This code changed sometime since 2017-12-29.
I'm upgrading to 6.1 and currently using the latest SmartGWT/6.1p/LGPL/2018-01-14.
While debugging, chrome points out an error in com/smartclient/debug/public/sc/client/widgets/form/DynamicForm.js which prevents loading of this class.
The lines 10810 (and 10815) contain the assignment
Code:
valIsObj = = isc.isAn.Object(value);
This code changed sometime since 2017-12-29.
Comment