Author: jleroux
Date: Tue May 6 13:52:33 2014
New Revision: 1592748
URL:
http://svn.apache.org/r1592748Log:
"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/release12.04/ (props changed)
ofbiz/branches/release12.04/applications/workeffort/widget/WorkEffortForms.xml
Propchange: ofbiz/branches/release12.04/
------------------------------------------------------------------------------
Merged /ofbiz/trunk:r1592745
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=1592748&r1=1592747&r2=1592748&view=diff==============================================================================
--- ofbiz/branches/release12.04/applications/workeffort/widget/WorkEffortForms.xml (original)
+++ ofbiz/branches/release12.04/applications/workeffort/widget/WorkEffortForms.xml Tue May 6 13:52:33 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>