svn commit: r746912 - /ofbiz/trunk/framework/common/widget/LookupScreens.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r746912 - /ofbiz/trunk/framework/common/widget/LookupScreens.xml

jleroux@apache.org
Author: jleroux
Date: Mon Feb 23 08:10:11 2009
New Revision: 746912

URL: http://svn.apache.org/viewvc?rev=746912&view=rev
Log:
Updated tag

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=746912&r1=746911&r2=746912&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/widget/LookupScreens.xml (original)
+++ ofbiz/trunk/framework/common/widget/LookupScreens.xml Mon Feb 23 08:10:11 2009
@@ -91,7 +91,7 @@
             <actions>
                 <set field="title" value="${uiLabelMap.CommonVisualThemes}"/>
                 <entity-one entity-name="WebSite" value-field="webSite"/>
-                <entity-condition entity-name="VisualTheme" list-name="visualThemes">
+                <entity-condition entity-name="VisualTheme" list="visualThemes">
                     <condition-expr field-name="visualThemeSetId" from-field="webSite.visualThemeSetId"/>
                 </entity-condition>
             </actions>