Uploaded image for project: 'Magnolia'
  1. Magnolia
  2. MAGNOLIA-3664

i18n and multiselect with saveMode multiple does not work

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Outdated
    • Icon: Neutral Neutral
    • None
    • 4.4.2
    • admininterface, gui, i18n
    • Ubuntu 10.10

      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>

        Acceptance criteria

              ochytil Ondrej Chytil
              pean56 Per Andersson [X] (Inactive)
              Votes:
              3 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Bug DoR
                  Task DoD