You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2017/07/04 17:48:00 UTC

[jira] [Reopened] (OFBIZ-9445) ContentWorker#findAlternateLocaleContent(Delegator, GenericValue, Locale) does not use fallback locale

     [ https://issues.apache.org/jira/browse/OFBIZ-9445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux reopened OFBIZ-9445:
------------------------------------

I reopen because we have weird tests issues popping. At 1st glance they does not seem related to the commit, but when we revert all tests pass. It could be test data locations or wrong tests, but for now it depends on this issue.

> ContentWorker#findAlternateLocaleContent(Delegator, GenericValue, Locale) does not use fallback locale
> ------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-9445
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-9445
>             Project: OFBiz
>          Issue Type: Bug
>          Components: content
>    Affects Versions: Trunk
>            Reporter: Tobias Laufkötter
>            Assignee: Michael Brohl
>             Fix For: 16.11.04
>
>         Attachments: OFBIZ-9445.patch, OFBIZ-9445v2.patch, OFBIZ-9445v3.patch
>
>
> Contrary to the UiLabels the ContentWorker#findAlternateLocaleContent(Delegator, GenericValue, Locale) function does not default to the fallback locale if no alternate content with the given locale is found, but returns the originial content. This proves to be an issue, if the root content is not in the fallback language.
> For instance: if the fallback locale is set to english, the ProductContent for the PRODUCT_NAME is in german, the alternate locale contents for the product name are english and spanish, then an italian visitor will see the page in english, but the product names in german.
> A fix for this issue is simple:
> If no alternate locale content for the requested locale is found, search for an alternate locale content with the locale configured in general.properties at locale.properties.fallback. If this one isn't found either we can still return the original content.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)