Details
-
Bug
-
Resolution: Outdated
-
Critical
-
5.0
-
None
-
None
Description
Open any page in Pages app and select "Edit page properties". Now select Tab "Output Channels", check one of the channels and press save. You'll get the following exception:
Caused by: com.vaadin.data.util.converter.Converter$ConversionException: Could not convert value to String at com.vaadin.ui.AbstractField.convertToModel(AbstractField.java:751) at com.vaadin.ui.AbstractField.convertToModel(AbstractField.java:722) at com.vaadin.ui.AbstractField.setValue(AbstractField.java:500) ... 91 more Caused by: com.vaadin.data.util.converter.Converter$ConversionException: Unable to convert value of type java.util.LinkedHashSet to model type class java.lang.String. No converter is set and the types are not compatible. at com.vaadin.data.util.converter.ConverterUtil.convertToModel(ConverterUtil.java:142) at com.vaadin.ui.AbstractField.convertToModel(AbstractField.java:748) ... 93 more
Checklists
Acceptance criteria