You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2008/08/25 13:22:31 UTC

svn commit: r688697 - /ofbiz/trunk/applications/party/widget/partymgr/ProfileScreens.xml

Author: jleroux
Date: Mon Aug 25 04:22:30 2008
New Revision: 688697

URL: http://svn.apache.org/viewvc?rev=688697&view=rev
Log:
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">