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
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.