You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacopo Cappellato (JIRA)" <ji...@apache.org> on 2009/02/23 08:41:04 UTC

[jira] Reopened: (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 ]

Jacopo Cappellato reopened OFBIZ-2201:
--------------------------------------


Maybe there are better solutions to this, for example:

a) move the VisualThemeSet from ecommerce to the specific theme folder
b) or use the following entry in the theme folder:
<VisualTheme visualThemeId="MULTIFLEX" description="Alternative VisualTheme for Ecommerce"/ >
and the following in ecommerce:
<VisualThemeSet visualThemeSetId="ECOMMERCE" description="ECommerce Visual Themes"/>
<VisualTheme visualThemeId="MULTIFLEX" visualThemeSetId="ECOMMERCE"/ >

The main concern I have with the patch that has been committed is that it will break the run-install target for framework only (no applications folder) builds.




> 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
>            Assignee: Bruno Busco
>             Fix For: SVN trunk
>
>         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.