Update
info.magnolia.module.form.processors.SendConfirmationEMailProcessor.internalProcess()
by removing the old reference to "confirmMailBody"
-----------------------------------------------------------------------------------------------------------------------------------------------
Key: MGNLFORM-118
URL: http://jira.magnolia-cms.com/browse/MGNLFORM-118
Project: Magnolia Form Module
Issue Type: Task
Reporter: Samuel Schmitt
Assignee: Samuel Schmitt
Priority: Major
Fix For: 1.4
Before version 1.3 of Form, the property "confirmMailBody" was available in the
dialog /modules/form/dialogs/form/. Since Form 1.3, this property has been
replaced by "confirmContentType".
As the content will be updated (see link task), we must also update this line
{code}String body = PropertyUtil.getString(content, "confirmMailBody",
PropertyUtil.getString(content,"confirmContentType"+contentType));
{code}
by removing the reference to "confirmMailBody"
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------