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 2012/09/22 18:26:22 UTC

svn commit: r1388836 - in /ofbiz/branches/release10.04: ./ applications/accounting/widget/AgreementForms.xml

Author: jleroux
Date: Sat Sep 22 16:26:22 2012
New Revision: 1388836

URL: http://svn.apache.org/viewvc?rev=1388836&view=rev
Log:
"Applied fix from trunk for revision: 1388832" 
------------------------------------------------------------------------
r1388832 | jleroux | 2012-09-22 18:24:26 +0200 (sam., 22 sept. 2012) | 4 lines

A patch from Tom Burns "Pagination Fails in Form ListAgreementTerms " https://issues.apache.org/jira/browse/OFBIZ-5013

As mentionned by Tom, ListAgreementRoles pagination also failed: paginate-target FindAgreementRoles does not exist. I replaced by EditAgreementRoles, works

------------------------------------------------------------------------


Modified:
    ofbiz/branches/release10.04/   (props changed)
    ofbiz/branches/release10.04/applications/accounting/widget/AgreementForms.xml

Propchange: ofbiz/branches/release10.04/
------------------------------------------------------------------------------
  Merged /ofbiz/trunk:r1388832

Modified: ofbiz/branches/release10.04/applications/accounting/widget/AgreementForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release10.04/applications/accounting/widget/AgreementForms.xml?rev=1388836&r1=1388835&r2=1388836&view=diff
==============================================================================
--- ofbiz/branches/release10.04/applications/accounting/widget/AgreementForms.xml (original)
+++ ofbiz/branches/release10.04/applications/accounting/widget/AgreementForms.xml Sat Sep 22 16:26:22 2012
@@ -205,7 +205,7 @@ under the License.
             </hyperlink>
         </field>
     </form>
-    <form name="ListAgreementTerms" target="updateAgreementTerm" list-name="agreementTerms" paginate-target="ListAgreementTerms" title="" type="list"
+    <form name="ListAgreementTerms" target="updateAgreementTerm" list-name="agreementTerms" paginate-target="EditAgreementTerms" title="" type="list"
         odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar">
         <actions>
             <entity-and entity-name="AgreementTerm" list="agreementTerms">
@@ -592,7 +592,7 @@ under the License.
             </hyperlink>
         </field>
     </form>
-    <form name="ListAgreementRoles" list-name="agreementRoles" type="list" paginate-target="FindAgreementRoles"
+    <form name="ListAgreementRoles" list-name="agreementRoles" type="list" paginate-target="EditAgreementRoles"
         odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar">
         <actions>
             <entity-and entity-name="AgreementRole" use-cache="true" list="agreementRoles">