From ff745b505fde6782afc4e6c3a630c59da12bdd41 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Wed, 1 Mar 2023 15:53:03 +1300 Subject: [PATCH] Change title of is_primary fields consistent with Email --- CRM/Core/DAO/Address.php | 4 ++-- CRM/Core/DAO/IM.php | 4 ++-- CRM/Core/DAO/OpenID.php | 4 ++-- CRM/Core/DAO/Phone.php | 4 ++-- xml/schema/Core/Address.xml | 2 +- xml/schema/Core/IM.xml | 2 +- xml/schema/Core/OpenID.xml | 2 +- xml/schema/Core/Phone.xml | 2 +- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/CRM/Core/DAO/Address.php b/CRM/Core/DAO/Address.php index 66269a9a8d..c1d7e448b9 100644 --- a/CRM/Core/DAO/Address.php +++ b/CRM/Core/DAO/Address.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/Address.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:3f05cd897f3208750db1ea19adb784e7) + * (GenCodeChecksum:d528ca80d405aaf51c9868b4a491329d) */ /** @@ -401,7 +401,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO { 'is_primary' => [ 'name' => 'is_primary', 'type' => CRM_Utils_Type::T_BOOLEAN, - 'title' => ts('Primary address'), + 'title' => ts('Is Primary'), 'description' => ts('Is this the primary address.'), 'required' => TRUE, 'where' => 'civicrm_address.is_primary', diff --git a/CRM/Core/DAO/IM.php b/CRM/Core/DAO/IM.php index 64abf247e1..d14cc8c7ae 100644 --- a/CRM/Core/DAO/IM.php +++ b/CRM/Core/DAO/IM.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/IM.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:612781b041b64c2af06afb83381f0950) + * (GenCodeChecksum:b71e556e5fa133ef69497cdcf14e6fdd) */ /** @@ -244,7 +244,7 @@ class CRM_Core_DAO_IM extends CRM_Core_DAO { 'is_primary' => [ 'name' => 'is_primary', 'type' => CRM_Utils_Type::T_BOOLEAN, - 'title' => ts('Primary IM'), + 'title' => ts('Is Primary'), 'description' => ts('Is this the primary IM for this contact and location.'), 'required' => TRUE, 'where' => 'civicrm_im.is_primary', diff --git a/CRM/Core/DAO/OpenID.php b/CRM/Core/DAO/OpenID.php index c4607333b9..c512585c35 100644 --- a/CRM/Core/DAO/OpenID.php +++ b/CRM/Core/DAO/OpenID.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/OpenID.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:f36b03b8dd6517692620f0c0b71f1ff1) + * (GenCodeChecksum:b2c4fac361dc61ef4d4bf9acb8966b0a) */ /** @@ -211,7 +211,7 @@ class CRM_Core_DAO_OpenID extends CRM_Core_DAO { 'is_primary' => [ 'name' => 'is_primary', 'type' => CRM_Utils_Type::T_BOOLEAN, - 'title' => ts('Primary ID'), + 'title' => ts('Is Primary'), 'description' => ts('Is this the primary email for this contact and location.'), 'required' => TRUE, 'where' => 'civicrm_openid.is_primary', diff --git a/CRM/Core/DAO/Phone.php b/CRM/Core/DAO/Phone.php index 743801083b..5814da55f0 100644 --- a/CRM/Core/DAO/Phone.php +++ b/CRM/Core/DAO/Phone.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/Phone.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:ca5a231db08deaad7f4098886a7852c8) + * (GenCodeChecksum:065fcc9783af08821ed5748cbd65601c) */ /** @@ -233,7 +233,7 @@ class CRM_Core_DAO_Phone extends CRM_Core_DAO { 'is_primary' => [ 'name' => 'is_primary', 'type' => CRM_Utils_Type::T_BOOLEAN, - 'title' => ts('Primary phone'), + 'title' => ts('Is Primary'), 'description' => ts('Is this the primary phone for this contact and location.'), 'required' => TRUE, 'where' => 'civicrm_phone.is_primary', diff --git a/xml/schema/Core/Address.xml b/xml/schema/Core/Address.xml index a38d251e8f..9937b31a5c 100644 --- a/xml/schema/Core/Address.xml +++ b/xml/schema/Core/Address.xml @@ -64,7 +64,7 @@ is_primary - Primary address + Is Primary boolean 0 true diff --git a/xml/schema/Core/IM.xml b/xml/schema/Core/IM.xml index 348e34eb25..45189c36a6 100644 --- a/xml/schema/Core/IM.xml +++ b/xml/schema/Core/IM.xml @@ -97,7 +97,7 @@ is_primary - Primary IM + Is Primary boolean 0 true diff --git a/xml/schema/Core/OpenID.xml b/xml/schema/Core/OpenID.xml index efc30536ab..f5b9c1c54c 100644 --- a/xml/schema/Core/OpenID.xml +++ b/xml/schema/Core/OpenID.xml @@ -84,7 +84,7 @@ is_primary - Primary ID + Is Primary boolean 0 true diff --git a/xml/schema/Core/Phone.xml b/xml/schema/Core/Phone.xml index e6a9ee82e0..a75f35a63c 100644 --- a/xml/schema/Core/Phone.xml +++ b/xml/schema/Core/Phone.xml @@ -64,7 +64,7 @@ is_primary - Primary phone + Is Primary boolean 0 true -- 2.25.1