Details
-
Bug
-
Resolution: Fixed
-
Neutral
-
6.2.22
-
None
-
None
Description
Steps to reproduce
- Create a component with the following dialog:
my-component.yaml
form: properties: switchable: $type: switchableField i18n: true field: $type: radioButtonGroupField layout: horizontal name: switchable datasource: $type: optionListDatasource options: - name: foo value: foo - name: bar value: bar itemProvider: $type: currentItemProvider forms: - name: foo properties: foo: $type: textField - name: bar properties: bar: $type: richTextField
- Create the component on a page and select foo for english (set a value on the textField) and bar for other language (set a value on the richText)
- Save the component
- Open the component
- Check that for fallback locale, the foo value is properly selected
- Switch to other language and check that the foo value remains selected instead of switching to bar
Expected results
The selected value and input for each language is properly selected
Actual results
The fallback option remains selected
Workaround
N/A
Development notes
The data is properly stored at JCR, looks like only the selection is wrong
Checklists
Acceptance criteria
Attachments
1.
|
Implement |
|
Completed | Sang Ngo Huu |
|
|||||||
2.
|
Review |
|
Completed | Adam Siska | ||||||||
3.
|
Pre-int QA |
|
Completed | Adam Siska | ||||||||
4.
|
QA |
|
Completed | Jaromir Sarf | ||||||||
5.
|
Add document PR |
|
Completed | Sang Ngo Huu | ||||||||
6.
|
Port to 6.3 |
|
Completed | Sang Ngo Huu |