Author: jleroux
Date: Tue May  6 13:52:32 2014
New Revision: 1592746

URL: http://svn.apache.org/r1592746
Log:
"Applied fix from trunk for revision: 1592745" 
------------------------------------------------------------------------
r1592745 | jleroux | 2014-05-06 15:45:38 +0200 (mar. 06 mai 2014) | 3 lignes

Reverts r1592530 for OFBIZ-5629. Ahmad Ludin reported on dev ML that it was not 
working. I'm sure I saw it working,  now wonder how it did work.

I also spotted something weird. If you change the name of the performFind 
result-map-list from listIt to eg listIts (in both performFind and 
removeDuplicateWorkEfforts), you get no results
------------------------------------------------------------------------


Modified:
    ofbiz/branches/release13.07/   (props changed)
    
ofbiz/branches/release13.07/applications/workeffort/widget/WorkEffortForms.xml

Propchange: ofbiz/branches/release13.07/
------------------------------------------------------------------------------
  Merged /ofbiz/trunk:r1592745

Modified: 
ofbiz/branches/release13.07/applications/workeffort/widget/WorkEffortForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/release13.07/applications/workeffort/widget/WorkEffortForms.xml?rev=1592746&r1=1592745&r2=1592746&view=diff
==============================================================================
--- 
ofbiz/branches/release13.07/applications/workeffort/widget/WorkEffortForms.xml 
(original)
+++ 
ofbiz/branches/release13.07/applications/workeffort/widget/WorkEffortForms.xml 
Tue May  6 13:52:32 2014
@@ -396,7 +396,7 @@ under the License.
         </sort-order>
     </form>
 
-    <form name="ListWorkEfforts" type="list" list-name="listIt" 
paginate-target="ListWorkEfforts"
+    <form name="ListWorkEfforts" type="list" list-name="workEfforts" 
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">
@@ -404,9 +404,9 @@ under the License.
                 <field-map field-name="entityName" value="WorkEffortFindView"/>
                 <field-map field-name="orderBy" value="lastModifiedDate DESC"/>
                 <field-map field-name="viewIndex" from-field="viewIndex"/>
-                <field-map field-name="viewSize" from-field="viewSize"/>
+                <field-map field-name="viewSize" from-field="viewSize"/>       
       
             </service>
-            <service service-name="removeDuplicateWorkEfforts" 
result-map="result" result-map-list="listIt">
+            <service service-name="removeDuplicateWorkEfforts" 
result-map="result" result-map-list="workEfforts">
                 <field-map field-name="workEffortIterator" 
from-field="listIt"/>
             </service>
         </actions>


Reply via email to