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

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

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

jonesde
Author: jonesde
Date: Wed Feb 21 01:31:09 2007
New Revision: 509945

URL: http://svn.apache.org/viewvc?view=rev&rev=509945
Log:
Fixed issue with getting productCategoryId for prod cat links; those pages are a bit weird

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=509945&r1=509944&r2=509945
==============================================================================
--- ofbiz/trunk/applications/ecommerce/widget/CatalogScreens.xml (original)
+++ ofbiz/trunk/applications/ecommerce/widget/CatalogScreens.xml Wed Feb 21 01:31:09 2007
@@ -204,7 +204,7 @@
 
                 <script location="component://order/webapp/ordermgr/WEB-INF/actions/entry/catalog/categorydetail.bsh"/>
                 <entity-and entity-name="ProductCategoryLink" list-name="productCategoryLinks" use-cache="true" filter-by-date="true">
-                    <field-map field-name="productCategoryId" env-name="parameters.productCategoryId"/>
+                    <field-map field-name="productCategoryId" env-name="parameters.category_id"/>
                     <order-by field-name="sequenceNum"/>
                 </entity-and>
             </actions>