Author: ashish
Date: Tue Aug 12 01:41:16 2008
New Revision: 685085
URL:
http://svn.apache.org/viewvc?rev=685085&view=revLog:
Reason field is handled in UpdateWorkEffort service.
Added it in service definition as the optional field.
Reason field value will go into WorkEffortStatus table.
Modified:
ofbiz/trunk/applications/workeffort/servicedef/services.xml
Modified: ofbiz/trunk/applications/workeffort/servicedef/services.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/servicedef/services.xml?rev=685085&r1=685084&r2=685085&view=diff==============================================================================
--- ofbiz/trunk/applications/workeffort/servicedef/services.xml (original)
+++ ofbiz/trunk/applications/workeffort/servicedef/services.xml Tue Aug 12 01:41:16 2008
@@ -73,6 +73,7 @@
<implements service="interfaceWorkEffort"/>
<auto-attributes mode="IN" include="pk" optional="false"/>
<attribute name="communicationEventId" type="String" mode="IN" optional="true"/>
+ <attribute name="reason" type="String" mode="IN" optional="true"/>
</service>
<service name="deleteWorkEffort" default-entity-name="WorkEffort" engine="simple"
location="org/ofbiz/workeffort/workeffort/WorkEffortSimpleServices.xml" invoke="deleteWorkEffort">