Author: jleroux
Date: Tue Sep 1 18:30:16 2009
New Revision: 810157
URL:
http://svn.apache.org/viewvc?rev=810157&view=revLog:
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">