svn commit: r1592532 - in /ofbiz/branches/release12.04: ./ applications/workeffort/widget/WorkEffortForms.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1592532 - in /ofbiz/branches/release12.04: ./ applications/workeffort/widget/WorkEffortForms.xml

jleroux@apache.org
Author: jleroux
Date: Mon May  5 14:07:42 2014
New Revision: 1592532

URL: http://svn.apache.org/r1592532
Log:
"Applied fix from trunk for revision: 1592530  "
------------------------------------------------------------------------
r1592530 | jleroux | 2014-05-05 16:06:47 +0200 (lun. 05 mai 2014) | 3 lignes

Fixes "Pagination at find WorkEffort screen does not work" https://issues.apache.org/jira/browse/OFBIZ-5629

I simply reused listIt in removeDuplicateWorkEfforts service which is called after performFind in ListWorkEfforts (itself extended by FoundWorkEfforts)
------------------------------------------------------------------------


Modified:
    ofbiz/branches/release12.04/   (props changed)
    ofbiz/branches/release12.04/applications/workeffort/widget/WorkEffortForms.xml

Propchange: ofbiz/branches/release12.04/
------------------------------------------------------------------------------
  Merged /ofbiz/trunk:r1592530

Modified: ofbiz/branches/release12.04/applications/workeffort/widget/WorkEffortForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release12.04/applications/workeffort/widget/WorkEffortForms.xml?rev=1592532&r1=1592531&r2=1592532&view=diff
==============================================================================
--- ofbiz/branches/release12.04/applications/workeffort/widget/WorkEffortForms.xml (original)
+++ ofbiz/branches/release12.04/applications/workeffort/widget/WorkEffortForms.xml Mon May  5 14:07:42 2014
@@ -396,7 +396,7 @@ under the License.
         </sort-order>
     </form>
 
-    <form name="ListWorkEfforts" type="list" list-name="workEfforts" paginate-target="ListWorkEfforts"
+    <form name="ListWorkEfforts" type="list" list-name="listIt" paginate-target="ListWorkEfforts"
         odd-row-style="alternate-row" default-table-style="basic-table hover-bar">
         <actions>
             <service service-name="performFind" result-map="result" result-map-list="listIt">
@@ -406,7 +406,7 @@ under the License.
                 <field-map field-name="viewIndex" from-field="viewIndex"/>
                 <field-map field-name="viewSize" from-field="viewSize"/>
             </service>
-            <service service-name="removeDuplicateWorkEfforts" result-map="result" result-map-list="workEfforts">
+            <service service-name="removeDuplicateWorkEfforts" result-map="result" result-map-list="listIt">
                 <field-map field-name="workEffortIterator" from-field="listIt"/>
             </service>
         </actions>