Author: mor
Date: Mon May 31 13:10:16 2010
New Revision: 949734

URL: http://svn.apache.org/viewvc?rev=949734&view=rev
Log:
Merged changes from trunk r949733.
Fixed a bug in service makeCommunicationEventWorkEffort as OUT parameters were 
not defined correctly.

Modified:
    
ofbiz/branches/release10.04/applications/workeffort/script/org/ofbiz/workeffort/workeffort/WorkEffortSimpleServices.xml

Modified: 
ofbiz/branches/release10.04/applications/workeffort/script/org/ofbiz/workeffort/workeffort/WorkEffortSimpleServices.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/release10.04/applications/workeffort/script/org/ofbiz/workeffort/workeffort/WorkEffortSimpleServices.xml?rev=949734&r1=949733&r2=949734&view=diff
==============================================================================
--- 
ofbiz/branches/release10.04/applications/workeffort/script/org/ofbiz/workeffort/workeffort/WorkEffortSimpleServices.xml
 (original)
+++ 
ofbiz/branches/release10.04/applications/workeffort/script/org/ofbiz/workeffort/workeffort/WorkEffortSimpleServices.xml
 Mon May 31 13:10:16 2010
@@ -214,8 +214,8 @@ under the License.
             <set field="eventWe.description" 
from-field="parameters.relationDescription"/>
             <create-value value-field="lookupMap"/>
         </if-empty>
-        <field-to-result field="workEffortId" result-name="lookupMap"/>
-        <field-to-result field="communicationEventId" result-name="lookupMap"/>
+        <field-to-result field="lookupMap.workEffortId" 
result-name="workEffortId"/>
+        <field-to-result field="lookupMap.communicationEventId" 
result-name="communicationEventId"/>
     </simple-method>
 
     <simple-method method-name="updateCommunicationEventWorkEff" 
short-description="Delete a CommunicationEventWorkEff">


Reply via email to