svn commit: r1039343 - /ofbiz/trunk/applications/product/widget/catalog/ProductStoreForms.xml

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

svn commit: r1039343 - /ofbiz/trunk/applications/product/widget/catalog/ProductStoreForms.xml

jleroux@apache.org
Author: jleroux
Date: Fri Nov 26 13:23:57 2010
New Revision: 1039343

URL: http://svn.apache.org/viewvc?rev=1039343&view=rev
Log:
Fix a small bug reported by Anne Jessel on user ML

Modified:
    ofbiz/trunk/applications/product/widget/catalog/ProductStoreForms.xml

Modified: ofbiz/trunk/applications/product/widget/catalog/ProductStoreForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/ProductStoreForms.xml?rev=1039343&r1=1039342&r2=1039343&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/widget/catalog/ProductStoreForms.xml (original)
+++ ofbiz/trunk/applications/product/widget/catalog/ProductStoreForms.xml Fri Nov 26 13:23:57 2010
@@ -24,9 +24,9 @@
         odd-row-style="alternate-row" default-table-style="basic-table hover-bar" header-row-style="header-row-2">
         <actions>
             <set field="parameters.sortField" from-field="parameters.sortField" default-value="storeName"/>
-            <entity-and entity-name="ProductStore" use-cache="true" list="productStores">
+            <entity-condition entity-name="ProductStore" use-cache="true" list="productStores">
                 <order-by field-name="${parameters.sortField}"/>
-            </entity-and>
+            </entity-condition>
         </actions>
         <field name="productStoreId" title="${uiLabelMap.ProductStoreId}" widget-style="buttontext" sort-field="true">
             <hyperlink target="EditProductStore" description="${productStoreId}">