Author: sichen
Date: Wed Oct 11 15:22:14 2006
New Revision: 463007

URL: http://svn.apache.org/viewvc?view=rev&rev=463007
Log:
Changed storeEmailAsCommunication.communicationEventId back to optional field 
so sending emails to contact lists would not break

Modified:
    incubator/ofbiz/trunk/applications/content/servicedef/services_email.xml

Modified: 
incubator/ofbiz/trunk/applications/content/servicedef/services_email.xml
URL: 
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/servicedef/services_email.xml?view=diff&rev=463007&r1=463006&r2=463007
==============================================================================
--- incubator/ofbiz/trunk/applications/content/servicedef/services_email.xml 
(original)
+++ incubator/ofbiz/trunk/applications/content/servicedef/services_email.xml 
Wed Oct 11 15:22:14 2006
@@ -106,7 +106,7 @@
                      The communication event will be from the party of the 
userLogin to the party of the partyId parameter.
                      It is meant to run a SECA after a sendMail to record 
outgoing emails.</description>
         <attribute name="partyId" type="String" mode="IN" optional="true"/>
-        <attribute name="communicationEventId" type="String" mode="IN" 
optional="false"/>
+        <attribute name="communicationEventId" type="String" mode="IN" 
optional="true"/>
         <attribute name="subject" type="String" mode="IN" optional="false"/>
         <attribute name="body" type="String" mode="IN" optional="false"/>
         <attribute name="contentType" type="String" mode="IN" optional="true"/>


Reply via email to