Author: jleroux
Date: Mon Aug 25 04:22:30 2008
New Revision: 688697
URL:
http://svn.apache.org/viewvc?rev=688697&view=revLog:
Small changes to allow the "Financial Account Summary" screenlet in Party viewProfile to paginate.
There is an issue when 2+ lists paginate in the same page see
https://issues.apache.org/jira/browse/OFBIZ-1932?focusedCommentId=12625276#action_12625276 - OFBIZ-1932
Modified:
ofbiz/trunk/applications/party/widget/partymgr/ProfileScreens.xml
Modified: ofbiz/trunk/applications/party/widget/partymgr/ProfileScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/ProfileScreens.xml?rev=688697&r1=688696&r2=688697&view=diff==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/ProfileScreens.xml (original)
+++ ofbiz/trunk/applications/party/widget/partymgr/ProfileScreens.xml Mon Aug 25 04:22:30 2008
@@ -270,7 +270,7 @@
<label style="h3" text="${uiLabelMap.PageTitleFinancialAccountSummary}"/>
</container>
<container style="screenlet-body">
- <iterate-section entry-name="ownedFinAccount" list-name="ownedFinAccountList">
+ <iterate-section entry-name="ownedFinAccount" paginate="true" paginate-target="viewprofile?partyId=${parameters.partyId}" view-size="3" list-name="ownedFinAccountList">
<section>
<actions>
<entity-condition entity-name="FinAccountTrans" list-name="ownedFinAccountTransList">