Uploaded image for project: 'Magnolia UI'
  1. Magnolia UI
  2. MGNLUI-5962

Not load jcrMultiValueField properties correctly when application has a Locale distinct to default one (english)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Neutral Neutral
    • 6.2.2
    • 6.2.1
    • None
    • None

      In JcrPropertyProvider, used as ItemProvider in jcrMultiValueField:

      if (!i18NAuthoringSupport.isDefaultLocale(locale, reference)) {
          propertyName = i18NAuthoringSupport.deriveLocalisedPropertyName(this.definition.propertyName, locale);
      }
      

      is changing the property name if the current default Locale is distinct to English. Not allowing to load data for current item property.

        Acceptance criteria

              apchelintcev Aleksandr Pchelintcev
              jfranco Jorge Franco
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Bug DoR
                  Task DoD