You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2009/09/01 20:30:17 UTC

svn commit: r810157 - /ofbiz/branches/release4.0/applications/workeffort/servicedef/services.xml

Author: jleroux
Date: Tue Sep  1 18:30:16 2009
New Revision: 810157

URL: http://svn.apache.org/viewvc?rev=810157&view=rev
Log:
Merged by hand from trunk r808792

Modified:
    ofbiz/branches/release4.0/applications/workeffort/servicedef/services.xml

Modified: ofbiz/branches/release4.0/applications/workeffort/servicedef/services.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release4.0/applications/workeffort/servicedef/services.xml?rev=810157&r1=810156&r2=810157&view=diff
==============================================================================
--- ofbiz/branches/release4.0/applications/workeffort/servicedef/services.xml (original)
+++ ofbiz/branches/release4.0/applications/workeffort/servicedef/services.xml Tue Sep  1 18:30:16 2009
@@ -336,10 +336,9 @@
     <service name="createWorkRequirementFulfillment" engine="simple" auth="true"
         location="org/ofbiz/workeffort/workeffort/WorkEffortSimpleServices.xml" invoke="createWorkRequirementFulfillment">
         <description>Creates a WorkRequirementFulfillment</description>
-        <auto-attributes include="pk" mode="IN" optional="false" entity-name="WorkRequirementFulfillment"/>
+        <auto-attributes include="pk" mode="IN" optional="true" entity-name="WorkRequirementFulfillment"/>
         <auto-attributes include="nonpk" mode="IN" optional="true" entity-name="WorkRequirementFulfillment"/>
         <auto-attributes include="all" mode="IN" optional="true" entity-name="Requirement"/>
-        <override name="requirementId" optional="true" mode="INOUT"/>
     </service>
     <service name="deleteWorkRequirementFulfillment" engine="simple" auth="true"
         location="org/ofbiz/workeffort/workeffort/WorkEffortSimpleServices.xml" invoke="deleteWorkRequirementFulfillment">