-
Task
-
Resolution: Fixed
-
Major
-
4.4.0
-
None
-
None
-
4.4 RC4
How to reproduce
- In exhaustive content, set "doublemult" as externalizable
- Modify an axhaustive content (or create a new one)
- When the form panel is onpened, there is this JS error => KO
Uncaught TypeError: value.split is not a function at constructor.getErrors (DefaultWidgets.js:332) at constructor.getErrors (ext-all.js:7497) at constructor.getErrors (Externalizable.js:403) at constructor.getErrors (ext-all.js:7497) at constructor.validateValue (AbstractField.js:269) at constructor.isValid (AbstractField.js:185) at ext-all.js:194112 at constructor.findBy (ext-all.js:47295) at constructor.hasInvalidField (ext-all.js:194108) at constructor.checkValidity (ext-all.js:194144)
- Modify som data in the form and try to save your modification
- The same js error appears, and the form is kept opened => KO
- discovered while testing
-
CMS-10756 Impossible to save a synchronized value in repeater
- Closed