From 03dc03e1936ea68f5f8fb02b5c8df803651a5081 Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Thu, 3 Dec 2020 12:56:05 +1100 Subject: [PATCH] dev/core#2228 Fix issue where by changing location type tries to pass in number:... in the API --- ang/crmMailing/EditRecipOptionsDialogCtrl.html | 4 ++-- ang/crmMailingAB/BlockMailing.html | 6 +++--- ang/crmMailingAB/ListCtrl.html | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ang/crmMailing/EditRecipOptionsDialogCtrl.html b/ang/crmMailing/EditRecipOptionsDialogCtrl.html index 56faec438a..1f6a7d3fe7 100644 --- a/ang/crmMailing/EditRecipOptionsDialogCtrl.html +++ b/ang/crmMailing/EditRecipOptionsDialogCtrl.html @@ -20,7 +20,7 @@ > + value="{{ locType.key }}">{{locType.value}} @@ -32,7 +32,7 @@ ng-model="model.mailing.email_selection_method" > + value="{{ selMet.key }}">{{selMet.value}} diff --git a/ang/crmMailingAB/BlockMailing.html b/ang/crmMailingAB/BlockMailing.html index 0b0063fc1f..522edfd7c4 100644 --- a/ang/crmMailingAB/BlockMailing.html +++ b/ang/crmMailingAB/BlockMailing.html @@ -26,7 +26,7 @@ processed by Angular; if false, the field will be hidden and completely ignored ng-change="loadTemplate(abtest.mailings.a, abtest.mailings.a.msg_template_id)" > - + @@ -42,7 +42,7 @@ processed by Angular; if false, the field will be hidden and completely ignored ng-change="loadTemplate(abtest.mailings.a, abtest.mailings.a.msg_template_id)" > - + @@ -58,7 +58,7 @@ processed by Angular; if false, the field will be hidden and completely ignored ng-change="loadTemplate(abtest.mailings.b, abtest.mailings.b.msg_template_id)" > - + diff --git a/ang/crmMailingAB/ListCtrl.html b/ang/crmMailingAB/ListCtrl.html index 0d5c1499e8..9e102810c2 100644 --- a/ang/crmMailingAB/ListCtrl.html +++ b/ang/crmMailingAB/ListCtrl.html @@ -13,13 +13,13 @@ Required vars: mailingABList -- 2.25.1