SuiteCRM icon indicating copy to clipboard operation
SuiteCRM copied to clipboard

Do not delete the subject when editing a tracking url from the campaign assistant

Open SinergiaCRM opened this issue 3 years ago • 0 comments

Issue

In step 3 of the campaign wizard, entering a subject in the email template and editing a tracking URL removes the subject from the email template.

Expected Behavior

Editing a tracking URL does not remove the subject from the email template.

Actual Behavior

After editing a tracking URL, don't remove the subject from the email template.

Possible Fix

Delete the next line in file jssource/src_files/modules/EmailTemplates/EmailTemplate.js: $('#template_subject').val(''); and rebuild the minified javascript files so that the change is propagated to the file modules/EmailTemplates/EmailTemplate.js

Steps to Reproduce

  1. Create a campaign through the wizard
  2. In the Templates step:
  • Indicate a subject in the email template
  • Create a Tracking URL
  • Edit the tracking URL and save.
  1. Check that the subject of the template has been deleted.

Context

Prevent the information entered by the user from being lost

Your Environment

SuiteCRM Version used: Version 7.12.6 Browser name and version: Versión 100.0.4896.88 (Build oficial) (64 bit Environment name and version: MySQL, PHP 7 Operating System and version: Ubuntu 20.04

SinergiaCRM avatar Jul 27 '22 14:07 SinergiaCRM