[ 
http://jira.magnolia-cms.com/browse/MAGNOLIA-3664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Per Andersson updated MAGNOLIA-3664:
------------------------------------

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

Part of the JCR dialog looks like this
==============
Dialog definitions
[ ] 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>


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

Part of the JCR dialog looks like this
==============
Dialog definitions
 + 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>



> i18n and multiselect with saveMode multiple does not work
> ---------------------------------------------------------
>
>                 Key: MAGNOLIA-3664
>                 URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-3664
>             Project: Magnolia
>          Issue Type: Bug
>    Affects Versions: 4.4.2
>         Environment: Ubuntu 10.10
>            Reporter: Per Andersson
>            Assignee: Boris Kraft
>
> I have added a multiselect control in my dialog with i18n = true.
> Part of the JCR dialog looks like this
> ==============
> Dialog definitions
> [ ] 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>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to