Details
-
Bug
-
Resolution: Fixed
-
Neutral
-
None
-
None
-
None
Description
Steps to reproduce
$type: multiValueField
field:
$type: comboBoxField
Expected results
The values are properly written and read.
Actual results
An exception is thrown
Workaround
None
Development notes
I'd should be possible to do this at definition level:
public void init() { if (getConverterClass() == null && getField() instanceof AbstractSelectFieldDefinition) { setFieldBinderClass((Class) SelectFieldBinder.class); } }
and SelectFieldBinder extends the condition:
if (field instanceof MultiSelect || *field instanceof MultiField*) { return new MultiItemConverter(converter); }
Checklists
Acceptance criteria
Attachments
Issue Links
- caused by
-
MGNLUI-7457 Implement a simple, datasource agnostic, multiValueField
-
- Closed
-
- is related to
-
MAGNOLIA-8636 PropertyUtil: null list value always converted to list of empty Strings, no matter of the property type
-
- Open
-
1.
|
Implementation |
|
Completed | Roman Kovařík |
2.
|
Rw |
|
Completed | Adam Siska |
3.
|
Preint QA |
|
Completed | Adam Siska |
4.
|
QA |
|
Completed | Jaromir Sarf |