svn commit: r949733 - /ofbiz/trunk/applications/workeffort/script/org/ofbiz/workeffort/workeffort/WorkEffortSimpleServices.xml

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

svn commit: r949733 - /ofbiz/trunk/applications/workeffort/script/org/ofbiz/workeffort/workeffort/WorkEffortSimpleServices.xml

mor-2
Author: mor
Date: Mon May 31 13:07:27 2010
New Revision: 949733

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

Modified:
    ofbiz/trunk/applications/workeffort/script/org/ofbiz/workeffort/workeffort/WorkEffortSimpleServices.xml

Modified: ofbiz/trunk/applications/workeffort/script/org/ofbiz/workeffort/workeffort/WorkEffortSimpleServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/script/org/ofbiz/workeffort/workeffort/WorkEffortSimpleServices.xml?rev=949733&r1=949732&r2=949733&view=diff
==============================================================================
--- ofbiz/trunk/applications/workeffort/script/org/ofbiz/workeffort/workeffort/WorkEffortSimpleServices.xml (original)
+++ ofbiz/trunk/applications/workeffort/script/org/ofbiz/workeffort/workeffort/WorkEffortSimpleServices.xml Mon May 31 13:07:27 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">