You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by as...@apache.org on 2008/08/12 10:41:16 UTC

svn commit: r685085 - /ofbiz/trunk/applications/workeffort/servicedef/services.xml

Author: ashish
Date: Tue Aug 12 01:41:16 2008
New Revision: 685085

URL: http://svn.apache.org/viewvc?rev=685085&view=rev
Log:
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">