Author: jleroux
Date: Mon Dec 3 14:06:48 2007
New Revision: 600708
URL:
http://svn.apache.org/viewvc?rev=600708&view=revLog:
Applied fix from trunk for revision: 600459
Modified:
ofbiz/branches/release4.0/applications/product/widget/catalog/FeatureScreens.xml
Modified: ofbiz/branches/release4.0/applications/product/widget/catalog/FeatureScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release4.0/applications/product/widget/catalog/FeatureScreens.xml?rev=600708&r1=600707&r2=600708&view=diff==============================================================================
--- ofbiz/branches/release4.0/applications/product/widget/catalog/FeatureScreens.xml (original)
+++ ofbiz/branches/release4.0/applications/product/widget/catalog/FeatureScreens.xml Mon Dec 3 14:06:48 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">