Uploaded image for project: 'Magnolia Form Module'
  1. Magnolia Form Module
  2. MGNLFORM-120 Content need an update when version 1.3 is installed
  3. MGNLFORM-118

Update info.magnolia.module.form.processors.SendConfirmationEMailProcessor.internalProcess() by removing the old reference to "confirmMailBody"

XMLWordPrintable

      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

      String body = PropertyUtil.getString(content, "confirmMailBody", PropertyUtil.getString(content,"confirmContentType"+contentType));
      

      by removing the reference to "confirmMailBody"

            Unassigned Unassigned
            sschmitt Samuel Schmitt
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: