Change title of is_primary fields consistent with Email
authorEileen McNaughton <emcnaughton@wikimedia.org>
Wed, 1 Mar 2023 02:53:03 +0000 (15:53 +1300)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Wed, 1 Mar 2023 02:53:03 +0000 (15:53 +1300)
CRM/Core/DAO/Address.php
CRM/Core/DAO/IM.php
CRM/Core/DAO/OpenID.php
CRM/Core/DAO/Phone.php
xml/schema/Core/Address.xml
xml/schema/Core/IM.xml
xml/schema/Core/OpenID.xml
xml/schema/Core/Phone.xml

index 66269a9a8dbaa8e7d64d7d1990ff748b50a9256e..c1d7e448b9a52f5eec1b1ef3fbf0d4835022a973 100644 (file)
@@ -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',
index 64abf247e1586344e17e0e7091c94f55904c4f68..d14cc8c7ae1c30295bf3c9f25281fef089302830 100644 (file)
@@ -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',
index c4607333b954433a57d9297f935f0c83580371dc..c512585c358222f7c92b2759b2f5b59bd9e39e54 100644 (file)
@@ -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',
index 743801083b32d12b884add91d04f2ab2a467bc29..5814da55f0534e763b41d06545486953a16d6512 100644 (file)
@@ -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',
index a38d251e8fe8226f792e73151150b43cd02ce259..9937b31a5c5f33e73c7d810a420445e34dac9e8a 100644 (file)
@@ -64,7 +64,7 @@
   </index>
   <field>
     <name>is_primary</name>
-    <title>Primary address</title>
+    <title>Is Primary</title>
     <type>boolean</type>
     <default>0</default>
     <required>true</required>
index 348e34eb25f95cf519c4a1fb927a37e65489eeaa..45189c36a6b7f9c2361bf7ac6104e624fc67f342 100644 (file)
@@ -97,7 +97,7 @@
   </index>
   <field>
     <name>is_primary</name>
-    <title>Primary IM</title>
+    <title>Is Primary</title>
     <type>boolean</type>
     <default>0</default>
     <required>true</required>
index efc30536ab4cde46c8513499c06901d4b86d6cfa..f5b9c1c54cd28473626a48843a81e8ea7c337dcc 100644 (file)
@@ -84,7 +84,7 @@
   </field>
   <field>
     <name>is_primary</name>
-    <title>Primary ID</title>
+    <title>Is Primary</title>
     <type>boolean</type>
     <default>0</default>
     <required>true</required>
index e6a9ee82e007e755d7d64b90469c4f1ee15e49c4..a75f35a63ca9a60cb77a36c6b48c005228e9bba7 100644 (file)
@@ -64,7 +64,7 @@
   </index>
   <field>
     <name>is_primary</name>
-    <title>Primary phone</title>
+    <title>Is Primary</title>
     <type>boolean</type>
     <default>0</default>
     <required>true</required>