From beaddff331ed475f1e9bc71e38aa90d1ab8aa1c4 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Fri, 17 Mar 2017 16:25:22 -0700 Subject: [PATCH] CRM-20299 - CiviMail - "Location Type" requirement feels wonky If you select a "Location Type" and then deselect it, the field changes to "Automatic". This is the default value (which is acceptable), but the UI flags it as erroneous. The "Selection Method" also defaults to "Automatic". These fields are oddly a bit different (e.g. "Automatic" translates to `location_type_id==null` and `email_selection_method=automatic`), so the fields are a little different, but this revision brings them closer. --- ang/crmMailing/EditRecipOptionsDialogCtrl.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/ang/crmMailing/EditRecipOptionsDialogCtrl.html b/ang/crmMailing/EditRecipOptionsDialogCtrl.html index 53d2c15b88..4c773b4964 100644 --- a/ang/crmMailing/EditRecipOptionsDialogCtrl.html +++ b/ang/crmMailing/EditRecipOptionsDialogCtrl.html @@ -17,9 +17,7 @@ crm-ui-select="{dropdownAutoWidth : true}" name="location_type_id" ng-model="model.mailing.location_type_id" - required > - @@ -32,7 +30,6 @@ crm-ui-select="" name="email_selection_method" ng-model="model.mailing.email_selection_method" - required > -- 2.25.1