Uploaded image for project: '[Read Only] - Hippo Plugins'
  1. [Read Only] - Hippo Plugins
  2. HIPPLUG-729

Finding a translated valuelist doesn't work anymore

    XMLWordPrintable

Details

    • Bug
    • Status: Closed
    • Normal
    • Resolution: Fixed
    • None
    • None
    • plugins-selections
    • None

    Description

      Selection plugin version 2.06.04, with archetype 1.07.05 (hippo 7.8.5).

      I have a valuelist document that can be retrieved in the default en_US site. The translated document in a new nl_NL channel is not retrieved.

      This is the bean for the DefaultValueListManager:

      <bean id="org.onehippo.forge.selection.hst.manager.ValueListManager"
      class="org.onehippo.forge.selection.hst.manager.DefaultValueListManager">
      <constructor-arg>
      <map>
      <entry key="regions" value="common/regions"/>
      </map>
      </constructor-arg>
      </bean>

      It doesn't matter if I do:

      valueListManager.getValueList(siteContentBaseBean, "regions", request.getLocale());

      or

      valueListManager.getValueList(siteContentBaseBean, "regions");

      Neither returns the nl_NL version of the valuelist.

      When using an absolute path to the valuelist, in the nl_NL channel the en_US valuelist is returned.

      Attachments

        Activity

          People

            bleunis Bert Leunis (Inactive)
            bleunis Bert Leunis (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: