You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by le...@apache.org on 2007/03/31 23:39:46 UTC

svn commit: r524486 - /ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml

Author: lektran
Date: Sat Mar 31 14:39:46 2007
New Revision: 524486

URL: http://svn.apache.org/viewvc?view=rev&rev=524486
Log:
Changed the order-by for Primary Category in the EditProduct form, I missed this in my last commit

Modified:
    ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml

Modified: ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml?view=diff&rev=524486&r1=524485&r2=524486
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml Sat Mar 31 14:39:46 2007
@@ -52,7 +52,7 @@
             <drop-down allow-empty="true">
                 <entity-options entity-name="ProductCategoryAndMember" key-field-name="productCategoryId" description="${categoryName} [${productCategoryId}]">
                     <entity-constraint name="productId" env-name="product.productId"/>
-                    <entity-order-by field-name="description"/>
+                    <entity-order-by field-name="categoryName"/>
                 </entity-options>
             </drop-down>
         </field>