You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jo...@apache.org on 2007/02/21 05:35:11 UTC

svn commit: r509888 - /ofbiz/trunk/applications/ecommerce/widget/CatalogScreens.xml

Author: jonesde
Date: Tue Feb 20 20:35:11 2007
New Revision: 509888

URL: http://svn.apache.org/viewvc?view=rev&rev=509888
Log:
Added cache and filter by date to the ProductCategoryLinks query

Modified:
    ofbiz/trunk/applications/ecommerce/widget/CatalogScreens.xml

Modified: ofbiz/trunk/applications/ecommerce/widget/CatalogScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/widget/CatalogScreens.xml?view=diff&rev=509888&r1=509887&r2=509888
==============================================================================
--- ofbiz/trunk/applications/ecommerce/widget/CatalogScreens.xml (original)
+++ ofbiz/trunk/applications/ecommerce/widget/CatalogScreens.xml Tue Feb 20 20:35:11 2007
@@ -203,7 +203,7 @@
                 <set field="productCategoryLinkScreen" value="component://ecommerce/widget/CatalogScreens.xml#ProductCategoryLink"/>
 
                 <script location="component://order/webapp/ordermgr/WEB-INF/actions/entry/catalog/categorydetail.bsh"/>
-                <entity-and entity-name="ProductCategoryLink" list-name="productCategoryLinks">
+                <entity-and entity-name="ProductCategoryLink" list-name="productCategoryLinks" use-cache="true" filter-by-date="true">
                     <field-map field-name="productCategoryId" env-name="parameters.productCategoryId"/>
                     <order-by field-name="sequenceNum"/>
                 </entity-and>