svn commit: r1838249 - /ofbiz/ofbiz-plugins/trunk/projectmgr/minilang/ProjectServices.xml

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

svn commit: r1838249 - /ofbiz/ofbiz-plugins/trunk/projectmgr/minilang/ProjectServices.xml

surajk
Author: surajk
Date: Fri Aug 17 11:08:18 2018
New Revision: 1838249

URL: http://svn.apache.org/viewvc?rev=1838249&view=rev
Log:
Fixed: Could not find simple-method createWorkEffortSkillStandard as it was called as simple method and it is converted to entity-auto service.
(OFBIZ-10524)
Thanks Fernando Ortega for reporting the issue.

Modified:
    ofbiz/ofbiz-plugins/trunk/projectmgr/minilang/ProjectServices.xml

Modified: ofbiz/ofbiz-plugins/trunk/projectmgr/minilang/ProjectServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/projectmgr/minilang/ProjectServices.xml?rev=1838249&r1=1838248&r2=1838249&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/trunk/projectmgr/minilang/ProjectServices.xml (original)
+++ ofbiz/ofbiz-plugins/trunk/projectmgr/minilang/ProjectServices.xml Fri Aug 17 11:08:18 2018
@@ -175,7 +175,8 @@
             <if-empty field="parameters.skillTypeId">
                 <set field="parameters.skillTypeId" value="_NA_"/>
             </if-empty>
-            <call-simple-method method-name="createWorkEffortSkillStandard" xml-resource="component://workeffort/minilang/workeffort/WorkEffortSimpleServices.xml"/>
+            <set-service-fields service-name="createWorkEffortSkillStandard" map="parameters" to-map="createWorkEffortSkillStandard"/>
+            <call-service service-name="createWorkEffortSkillStandard" in-map-name="createWorkEffortSkillStandard"/>
         </if-not-empty>
     </simple-method>