Author: mbrohl
Date: Sun Oct  1 10:39:18 2017
New Revision: 1810260

URL: http://svn.apache.org/viewvc?rev=1810260&view=rev
Log:
Fixed: EmailServices.sendMailFromScreen improved to take multiple
attachments with appropriate type along with several email fixes.
(OFBIZ-9395).

This adds the missing service attributes for attachmentType and
attachmentTypeList which did not come with the initial patch. 

Modified:
    ofbiz/ofbiz-framework/trunk/framework/common/servicedef/services_email.xml

Modified: 
ofbiz/ofbiz-framework/trunk/framework/common/servicedef/services_email.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/common/servicedef/services_email.xml?rev=1810260&r1=1810259&r2=1810260&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/framework/common/servicedef/services_email.xml 
(original)
+++ ofbiz/ofbiz-framework/trunk/framework/common/servicedef/services_email.xml 
Sun Oct  1 10:39:18 2017
@@ -109,6 +109,8 @@ under the License.
         <attribute name="attachmentName" type="String" mode="IN" 
optional="true"/>
         <attribute name="xslfoAttachScreenLocationList" type="List" mode="IN" 
optional="true"/>
         <attribute name="attachmentNameList" type="List" mode="IN" 
optional="true"/>
+        <attribute name="attachmentType" type="String" mode="IN" 
optional="true"/>
+        <attribute name="attachmentTypeList" type="List" mode="IN" 
optional="true"/>
         <attribute name="bodyParameters" type="Map" mode="IN" optional="true"/>
         <!-- FIXME: webSiteId should not be optional, async service can't 
construct valid URLs without it -->
         <attribute name="webSiteId" type="String" mode="IN" optional="true"/>


Reply via email to