[MAGNOLIA-3664] i18n and multiselect with saveMode multiple does not work Created: 20/Apr/11  Updated: 04/Aug/15  Resolved: 04/Aug/15

Status: Closed
Project: Magnolia
Component/s: admininterface, gui, i18n
Affects Version/s: 4.4.2
Fix Version/s: None

Type: Bug Priority: Neutral
Reporter: Per Andersson [X] (Inactive) Assignee: Ondrej Chytil
Resolution: Outdated Votes: 3
Labels: i18n, multiselect
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Ubuntu 10.10


Template:
Acceptance criteria:
Empty
Task DoD:
[ ]* Doc/release notes changes? Comment present?
[ ]* Downstream builds green?
[ ]* Solution information and context easily available?
[ ]* Tests
[ ]* FixVersion filled and not yet released
[ ]  Architecture Decision Record (ADR)
Bug DoR:
[ ]* Steps to reproduce, expected, and actual results filled
[ ]* Affected version filled
Date of First Response:

 Description   

I have added a multiselect control in my dialog with i18n = true.

Part of the JCR dialog looks like this
==============
Dialog definitions (please press edit, I don't know how to make this text look good in this type of editor)

  • tsTabContainer
    • tabMain
      • tabTitles
        • controlType = multiselect
        • description = "Enter the title texts for each tab headline"
        • i18n = true
        • label = "Tab titles"
        • required = true
        • saveMode = multiple
        • type = String
      • controlType = "tab"
      • label = "Tab"

This works:
<#list content.tabTitles_sv_SE?values as tab>
<#/list>

<#list content["tabTitles_" + state.locale]?values as tab>
</#list>

This does not work:
<#list content.tabTitles?values as tab>
</#list>



 Comments   
Comment by Michael Mühlebach [ 04/Aug/15 ]

We're closing this issue as outdated as it was reported for 4.4.x or earlier versions which are no longer supported. Don't hesitate to reopen or create a new ticket in case this is still relevant and you'll experience it on 4.5.x or later versions.

Generated at Mon Feb 12 03:48:30 CET 2024 using Jira 9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b.