Author: jleroux Date: Sat Sep 22 16:26:15 2012 New Revision: 1388834 URL: http://svn.apache.org/viewvc?rev=1388834&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/release12.04/ (props changed) ofbiz/branches/release12.04/applications/accounting/widget/AgreementForms.xml Propchange: ofbiz/branches/release12.04/ ------------------------------------------------------------------------------ Merged /ofbiz/trunk:r1388832 Modified: ofbiz/branches/release12.04/applications/accounting/widget/AgreementForms.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/release12.04/applications/accounting/widget/AgreementForms.xml?rev=1388834&r1=1388833&r2=1388834&view=diff ============================================================================== --- ofbiz/branches/release12.04/applications/accounting/widget/AgreementForms.xml (original) +++ ofbiz/branches/release12.04/applications/accounting/widget/AgreementForms.xml Sat Sep 22 16:26:15 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"> @@ -594,7 +594,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">

