From 495f197a6d494a2e36bc42983c53d6cfdf363388 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Thu, 12 Feb 2015 14:07:06 -0800 Subject: [PATCH] CRM-15856 - crmMailingAB - "Reply-To" and "Track Replies" are mutually exclusive --- js/angular-crmMailingAB.js | 2 ++ partials/crmMailingAB/joint-mailing.html | 33 +++++++++++------------- 2 files changed, 17 insertions(+), 18 deletions(-) diff --git a/js/angular-crmMailingAB.js b/js/angular-crmMailingAB.js index 657c8c2362..1c8e833859 100644 --- a/js/angular-crmMailingAB.js +++ b/js/angular-crmMailingAB.js @@ -105,6 +105,8 @@ 'subject', 'from_name', 'from_email', + 'replyto_email', + 'override_verp', // keep override_verp and replyto_Email linked 'body_html', 'body_text' ]); diff --git a/partials/crmMailingAB/joint-mailing.html b/partials/crmMailingAB/joint-mailing.html index e0585bea62..1537025efb 100644 --- a/partials/crmMailingAB/joint-mailing.html +++ b/partials/crmMailingAB/joint-mailing.html @@ -66,13 +66,12 @@ processed by Angular; if false, the field will be hidden and completely ignored @@ -80,13 +79,12 @@ processed by Angular; if false, the field will be hidden and completely ignored @@ -94,13 +92,12 @@ processed by Angular; if false, the field will be hidden and completely ignored @@ -110,13 +107,13 @@ processed by Angular; if false, the field will be hidden and completely ignored @@ -124,13 +121,13 @@ processed by Angular; if false, the field will be hidden and completely ignored @@ -138,13 +135,13 @@ processed by Angular; if false, the field will be hidden and completely ignored -- 2.25.1