You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Martin Becker (JIRA)" <ji...@apache.org> on 2018/03/12 13:47:00 UTC

[jira] [Created] (OFBIZ-10274) Wrong locale/fallbackLocale logic in CategoryContentWrapper leads to unavailable alternate locale content

Martin Becker created OFBIZ-10274:
-------------------------------------

             Summary: Wrong locale/fallbackLocale logic in CategoryContentWrapper leads to unavailable alternate locale content
                 Key: OFBIZ-10274
                 URL: https://issues.apache.org/jira/browse/OFBIZ-10274
             Project: OFBiz
          Issue Type: Bug
          Components: product
    Affects Versions: Trunk
            Reporter: Martin Becker


The current logic in CategoryContentWrapper tries to find a ProductCategoryContent related Content object for the session locale or configured fallback locale. This could make sense, if there are multiple ProductCategoryContent entries of same type but different languages. However the standard model to define alternate locale contents is to have ONE ProductCategoryContent and different locale contents assigned to it via a ContentAssocs. This is exactly what the ContentWorker.renderContentAsText logic resolves for the caller putting in the parent contentId, as it it used in the ProductContentWrapper and others.

Therefore the content persistet correctly as alternate locale content is currently not accessible via CategoryContentWrapper!

FIX: Remove wrong locale/fallbackLocale logic which ignores the correct alternate locale content model to let CategoryContentWorker work like ProductContentWrapper with alternate locale content logic in ContentWorker.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)