From: Tim Otten Date: Fri, 13 Feb 2015 20:56:08 +0000 (-0800) Subject: CRM-15361 - Expose API options for location_type_id, email_selection_method X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=78301a7997ecca7c83dc3d9ae7ab1233756a5189;p=civicrm-core.git CRM-15361 - Expose API options for location_type_id, email_selection_method --- diff --git a/xml/schema/Mailing/Mailing.xml b/xml/schema/Mailing/Mailing.xml index 8520c5dc9c..32dc35f455 100644 --- a/xml/schema/Mailing/Mailing.xml +++ b/xml/schema/Mailing/Mailing.xml @@ -401,6 +401,11 @@ int unsigned 0 With email_selection_method, determines which email address to use + + civicrm_location_type
+ id + display_name +
4.6 @@ -409,6 +414,9 @@ 20 'automatic' With location_type_id, determine how to choose the email address to use. + + CRM_Core_SelectValues::emailSelectMethods + 4.6