Describe the bug
If you have the language dropdowns activated for multiple fields in the submission workflow and create more than one value with languages assigned, the frontend won't always render all values correctly. Though I'm not completely sure, if this is actually a problem on the angular side or on the backend.
Steps to reproduce the behavior:
- Add the
<language value-pairs-name="common_iso_languages">true</language> attribute to the dc.title.alternative field in the traditionalpageone step and the dc.description.abstract field in the traditionalpagetwo step.
- Set the dc.description.abstract field in the traditionalpagetwo step to repeatable:
<repeatable>true</repeatable>
- Start a new submission by using the default workflow
- Add two values in the Other Titles fields by using the Add more button and choose languages for both values
- Add two values to the Abstract fields by using the Add more button, too and choose languages for both.
- Save the submission and watch how the second value of the Other Titles field vanishes.
Expected behavior
All values with assigned languages should stay visible.
Describe the bug
If you have the language dropdowns activated for multiple fields in the submission workflow and create more than one value with languages assigned, the frontend won't always render all values correctly. Though I'm not completely sure, if this is actually a problem on the angular side or on the backend.
Steps to reproduce the behavior:
<language value-pairs-name="common_iso_languages">true</language>attribute to the dc.title.alternative field in the traditionalpageone step and the dc.description.abstract field in the traditionalpagetwo step.<repeatable>true</repeatable>Expected behavior
All values with assigned languages should stay visible.