You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Bruno Busco (JIRA)" <ji...@apache.org> on 2009/02/22 16:13:01 UTC

[jira] Updated: (OFBIZ-2201) Theme component should be loaded after applications component

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

Bruno Busco updated OFBIZ-2201:
-------------------------------

    Attachment: themeload.patch

The attached patch fixes the issue

> Theme component should be loaded after applications component
> -------------------------------------------------------------
>
>                 Key: OFBIZ-2201
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2201
>             Project: OFBiz
>          Issue Type: Improvement
>            Reporter: Bruno Busco
>         Attachments: themeload.patch
>
>
> In the ecommerce application a specific (to the ecommerce application) VisualThemeSet is defined:
> In EcommerceTypeData.xml:
>    <VisualThemeSet visualThemeSetId="ECOMMERCE" description="ECommerce Visual Themes"/>
> The multiflex theme is defined as:
>    <VisualTheme visualThemeId="MULTIFLEX" visualThemeSetId="ECOMMERCE" description="Alternative VisualTheme for Ecommerce"/>
> When doing "ant run-install" for the first time the visualThemeSetId="ECOMMERCE" is not found when the VisualTheme entity gets created.
> This is the reason I think themes should be loaded AFTER the applications because, actually, they apply ON applications.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.