You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2007/12/03 10:44:02 UTC

svn commit: r600459 - /ofbiz/trunk/applications/product/widget/catalog/FeatureScreens.xml

Author: hansbak
Date: Mon Dec  3 01:43:52 2007
New Revision: 600459

URL: http://svn.apache.org/viewvc?rev=600459&view=rev
Log:
fixed error in paging by add featureId's to feature group

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

Modified: ofbiz/trunk/applications/product/widget/catalog/FeatureScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/FeatureScreens.xml?rev=600459&r1=600458&r2=600459&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/widget/catalog/FeatureScreens.xml (original)
+++ ofbiz/trunk/applications/product/widget/catalog/FeatureScreens.xml Mon Dec  3 01:43:52 2007
@@ -201,7 +201,9 @@
                 <set field="titleProperty" value="ProductEditFeatureGroupAppls"/>
                 <set field="headerItem" value="featurecats"/>
                 <set field="tabButtonItem" value="FeatureGroup"/>
-
+                <set field="viewIndex" from-field="parameters.VIEW_INDEX" type="Integer"/>
+                <set field="viewSize" from-field="parameters.VIEW_SIZE" type="Integer" default-value="50"/>
+                
                 <set field="productFeatureGroupId" from-field="parameters.productFeatureGroupId"/>
                 <set field="productFeatureCategoryId" from-field="parameters.productFeatureCategoryId"/>
                 <entity-and entity-name="ProductFeatureGroupAndAppl" list-name="productFeatureGroupAndAppls">