[OFBiz] SVN: r7554 - trunk/applications/party/widget/partymgr

sichen@svn.ofbiz.org sichen at svn.ofbiz.org
Tue May 9 19:54:32 CDT 2006


Author: sichen
Date: 2006-05-09 19:54:29 -0500 (Tue, 09 May 2006)
New Revision: 7554

Modified:
   trunk/applications/party/widget/partymgr/SecurityScreens.xml
Log:
Fixed bug where security groups screen was getting a negative value for first page, thanks to tip from Hans Bakker

Modified: trunk/applications/party/widget/partymgr/SecurityScreens.xml
===================================================================
--- trunk/applications/party/widget/partymgr/SecurityScreens.xml	2006-05-10 00:30:41 UTC (rev 7553)
+++ trunk/applications/party/widget/partymgr/SecurityScreens.xml	2006-05-10 00:54:29 UTC (rev 7554)
@@ -33,7 +33,7 @@
                 <set field="headerItem" value="security"/>
                 <set field="tabButtonItem" value="FindSecurityGroup"/>
 
-                <set field="viewIndex" from-field="parameters.VIEW_INDEX" type="Integer"/>
+                <set field="viewIndex" from-field="parameters.VIEW_INDEX" type="Integer" default-value="0"/>
                 <set field="viewSize" from-field="parameters.VIEW_SIZE" type="Integer" default-value="20"/>
             </actions>
             <widgets>
@@ -125,4 +125,4 @@
         </section>
     </screen>
 </screens>
-    
\ No newline at end of file
+    



More information about the Svn mailing list