Author: jleroux
Date: Mon Feb 23 07:57:36 2009
New Revision: 746910
URL:
http://svn.apache.org/viewvc?rev=746910&view=revLog:
A patch from Bruno Busco "If no WebSiteId is specified in a webapp ALL VisualThemes result to be applicable" (
https://issues.apache.org/jira/browse/OFBIZ-2203) - OFBIZ-2203
Modified:
ofbiz/trunk/framework/common/widget/LookupScreens.xml
Modified: ofbiz/trunk/framework/common/widget/LookupScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/widget/LookupScreens.xml?rev=746910&r1=746909&r2=746910&view=diff==============================================================================
--- ofbiz/trunk/framework/common/widget/LookupScreens.xml (original)
+++ ofbiz/trunk/framework/common/widget/LookupScreens.xml Mon Feb 23 07:57:36 2009
@@ -92,7 +92,7 @@
<set field="title" value="${uiLabelMap.CommonVisualThemes}"/>
<entity-one entity-name="WebSite" value-field="webSite"/>
<entity-condition entity-name="VisualTheme" list-name="visualThemes">
- <condition-expr field-name="visualThemeSetId" from-field="webSite.visualThemeSetId" ignore-if-empty="true"/>
+ <condition-expr field-name="visualThemeSetId" from-field="webSite.visualThemeSetId"/>
</entity-condition>
</actions>
<widgets>