Details
-
Bug
-
Resolution: Workaround exists
-
Minor
-
None
-
6.2
-
None
-
None
Description
Steps to reproduce
- Add this field to some dialog definition (e.g. rename action dialog of contacts app)
bool: label: boolean text field $type: textField type: java.lang.Boolean converterClass: com.vaadin.data.converter.StringToBooleanConverter
2. Open up the dialog in new framework app (e.g. contacts-v8, you may need to unhide the app [search for hiddenApps in findbar])
3. You will probably see value "false" there already. Persist true
4. Observe in JCR that the property is created with value true.
5. repeat but persist false
Expected results
Property persisted with false value
Actual results
Property removed
Checklists
Acceptance criteria