From fde0230f62966fd9051b3222c8293ac1e267a486 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Thu, 12 Feb 2015 14:14:37 -0800 Subject: [PATCH] CRM-15856 - crmMailingAB - Disable "Reply-To" when testing diff "From" addrs The issue here is that "Reply-To" is linked with "Track Replies", and the validation+warnings get a bit messy when there are two values of "Reply-To" and one value of "Track Replies". The whole thing is an edge-case that's merely "nice to have", so I'm disabling it for now. If someone really wants it, they can figure out how to make the validation+warnings work well. --- partials/crmMailingAB/edit.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/partials/crmMailingAB/edit.html b/partials/crmMailingAB/edit.html index ed6d21518f..5329cbf400 100644 --- a/partials/crmMailingAB/edit.html +++ b/partials/crmMailingAB/edit.html @@ -43,8 +43,6 @@ msg_template_id: 1, fromAddressA: 1, fromAddressB: 1, - replyToA: 1, - replyToB: 1, subject: 1 }" crm-abtest="abtest"> -- 2.25.1