[OFBiz] SVN: r7819 - trunk/applications/party/servicedef
sichen@svn.ofbiz.org
sichen at svn.ofbiz.org
Mon Jun 19 18:00:47 CDT 2006
Author: sichen
Date: 2006-06-19 18:00:43 -0500 (Mon, 19 Jun 2006)
New Revision: 7819
Modified:
trunk/applications/party/servicedef/services.xml
Log:
createCommunicationEventRole service now takes non-pk fields as optional parameters (for now, it's just contactMechId)
Modified: trunk/applications/party/servicedef/services.xml
===================================================================
--- trunk/applications/party/servicedef/services.xml 2006-06-19 21:40:21 UTC (rev 7818)
+++ trunk/applications/party/servicedef/services.xml 2006-06-19 23:00:43 UTC (rev 7819)
@@ -617,6 +617,7 @@
location="org/ofbiz/party/communication/CommunicationEventServices.xml" invoke="createCommunicationEventRole" auth="true">
<description>Create a Communication Event Role</description>
<auto-attributes entity-name="CommunicationEventRole" include="pk" mode="IN" optional="false"/>
+ <auto-attributes entity-name="CommunicationEventRole" include="nonpk" mode="IN" optional="true"/>
</service>
<service name="removeCommunicationEventRole" engine="simple"
location="org/ofbiz/party/communication/CommunicationEventServices.xml" invoke="removeCommunicationEventRole" auth="true">
More information about the Svn
mailing list