Add metadata to is_primary fields
authorColeman Watts <coleman@civicrm.org>
Fri, 10 Jan 2020 17:37:53 +0000 (12:37 -0500)
committerColeman Watts <coleman@civicrm.org>
Fri, 10 Jan 2020 17:37:53 +0000 (12:37 -0500)
CRM/Core/DAO/Address.php
CRM/Core/DAO/Email.php
CRM/Core/DAO/IM.php
CRM/Core/DAO/OpenID.php
CRM/Core/DAO/Phone.php
xml/schema/Core/Address.xml
xml/schema/Core/Email.xml
xml/schema/Core/IM.xml
xml/schema/Core/OpenID.xml
xml/schema/Core/Phone.xml

index cf17f99ac5c955411ce1cd59af20bdb7ee81b71a..e0619a1a47811edf2462174ae4a72e1b115f8c83 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/Address.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:6dabc95988fa66837c8f90b4ac68901c)
+ * (GenCodeChecksum:aed8175462599ecc4c8d43887d76350a)
  */
 
 /**
@@ -313,7 +313,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
         'is_primary' => [
           'name' => 'is_primary',
           'type' => CRM_Utils_Type::T_BOOLEAN,
-          'title' => ts('Is Address Primary?'),
+          'title' => ts('Primary address'),
           'description' => ts('Is this the primary address.'),
           'where' => 'civicrm_address.is_primary',
           'default' => '0',
@@ -322,7 +322,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
           'bao' => 'CRM_Core_BAO_Address',
           'localizable' => 0,
           'html' => [
-            'type' => 'CheckBox',
+            'type' => 'Radio',
           ],
         ],
         'is_billing' => [
index 12b8173e49d071c3b9bd1a8be6cd42d437bdd7ac..083c4064dbbbb3ec123972b261bdd14e105362b6 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/Email.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:68301f75314731f6ee2ec37298fe49fe)
+ * (GenCodeChecksum:ae76175a9d3e57bc555ce90cac672e73)
  */
 
 /**
@@ -57,7 +57,7 @@ class CRM_Core_DAO_Email extends CRM_Core_DAO {
   public $email;
 
   /**
-   * Is this the primary?
+   * Is this the primary email address
    *
    * @var bool
    */
@@ -210,14 +210,17 @@ class CRM_Core_DAO_Email extends CRM_Core_DAO {
         'is_primary' => [
           'name' => 'is_primary',
           'type' => CRM_Utils_Type::T_BOOLEAN,
-          'title' => ts('Is Primary email'),
-          'description' => ts('Is this the primary?'),
+          'title' => ts('Primary email'),
+          'description' => ts('Is this the primary email address'),
           'where' => 'civicrm_email.is_primary',
           'default' => '0',
           'table_name' => 'civicrm_email',
           'entity' => 'Email',
           'bao' => 'CRM_Core_BAO_Email',
           'localizable' => 0,
+          'html' => [
+            'type' => 'Radio',
+          ],
         ],
         'is_billing' => [
           'name' => 'is_billing',
index bb07bee65becaa3b954aab19901363f260ea6bf3..9562be99bce50d7d0ccad6cf857f383467032bde 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/IM.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:e09b9168fc001341138686c827deba1f)
+ * (GenCodeChecksum:9ea5d47a6892a28874a633ca8c5ef92c)
  */
 
 /**
@@ -192,7 +192,7 @@ class CRM_Core_DAO_IM extends CRM_Core_DAO {
         'is_primary' => [
           'name' => 'is_primary',
           'type' => CRM_Utils_Type::T_BOOLEAN,
-          'title' => ts('Is IM Primary?'),
+          'title' => ts('Primary IM'),
           'description' => ts('Is this the primary IM for this contact and location.'),
           'where' => 'civicrm_im.is_primary',
           'default' => '0',
@@ -200,6 +200,9 @@ class CRM_Core_DAO_IM extends CRM_Core_DAO {
           'entity' => 'IM',
           'bao' => 'CRM_Core_BAO_IM',
           'localizable' => 0,
+          'html' => [
+            'type' => 'Radio',
+          ],
         ],
         'is_billing' => [
           'name' => 'is_billing',
index 4b85ea714849a7a2615f17ff41d545200827ff8c..56fc736a9c62c1230afa5614a8545e1df3e3e8b2 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/OpenID.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:4ff4afe262a2f93f500559f17f096ae8)
+ * (GenCodeChecksum:4baa608e9caa3e118ac02d28032b8bc2)
  */
 
 /**
@@ -170,7 +170,7 @@ class CRM_Core_DAO_OpenID extends CRM_Core_DAO {
         'is_primary' => [
           'name' => 'is_primary',
           'type' => CRM_Utils_Type::T_BOOLEAN,
-          'title' => ts('Is OpenID Primary?'),
+          'title' => ts('Primary ID'),
           'description' => ts('Is this the primary email for this contact and location.'),
           'where' => 'civicrm_openid.is_primary',
           'default' => '0',
@@ -178,6 +178,9 @@ class CRM_Core_DAO_OpenID extends CRM_Core_DAO {
           'entity' => 'OpenID',
           'bao' => 'CRM_Core_BAO_OpenID',
           'localizable' => 0,
+          'html' => [
+            'type' => 'Radio',
+          ],
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
index d2c869ffc99d29294b77739bd90e51c277294930..f0b749808424e688d3fb43a0de281c9fa88dd6ec 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/Phone.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:8298e3f0ae875f23de4b0c6a737e94c6)
+ * (GenCodeChecksum:76a7202934e0d8aa7f4240c61a42e42c)
  */
 
 /**
@@ -175,7 +175,7 @@ class CRM_Core_DAO_Phone extends CRM_Core_DAO {
         'is_primary' => [
           'name' => 'is_primary',
           'type' => CRM_Utils_Type::T_BOOLEAN,
-          'title' => ts('Is Phone Primary?'),
+          'title' => ts('Primary phone'),
           'description' => ts('Is this the primary phone for this contact and location.'),
           'where' => 'civicrm_phone.is_primary',
           'default' => '0',
@@ -183,6 +183,9 @@ class CRM_Core_DAO_Phone extends CRM_Core_DAO {
           'entity' => 'Phone',
           'bao' => 'CRM_Core_BAO_Phone',
           'localizable' => 0,
+          'html' => [
+            'type' => 'Radio',
+          ],
         ],
         'is_billing' => [
           'name' => 'is_billing',
index 4f788840663190f9a5779eda5c0adaeebd03b6f0..49bbcc38b5b12dd2b8014aeab7a61dcec6b7f7b0 100644 (file)
   </index>
   <field>
     <name>is_primary</name>
-    <title>Is Address Primary?</title>
+    <title>Primary address</title>
     <type>boolean</type>
     <default>0</default>
     <comment>Is this the primary address.</comment>
     <add>2.0</add>
     <html>
-      <type>CheckBox</type>
+      <type>Radio</type>
     </html>
   </field>
   <index>
index c9881ac4f89fe4aaedd8d0dd423883e389af53c7..90f7a7bef53230c6642967eca5870a6d5c71f57d 100644 (file)
   </index>
   <field>
     <name>is_primary</name>
+    <title>Primary email</title>
     <type>boolean</type>
     <default>0</default>
-    <comment>Is this the primary email for this contact and location.</comment>
+    <comment>Is this the primary email address</comment>
     <add>1.1</add>
-  </field>
-  <field>
-    <name>is_primary</name>
-    <title>Is Primary email</title>
-    <type>boolean</type>
-    <default>0</default>
-    <comment>Is this the primary?</comment>
-    <add>2.0</add>
+    <html>
+      <type>Radio</type>
+    </html>
   </field>
   <index>
     <name>index_is_primary</name>
index ce4e3961e6cb8d4a1600abbf584ffa77ed116ed0..74b0cd8e6c794483e7a28a49afb11cd3d77bc481 100644 (file)
   </index>
   <field>
     <name>is_primary</name>
-    <title>Is IM Primary?</title>
+    <title>Primary IM</title>
     <type>boolean</type>
     <default>0</default>
+    <html>
+      <type>Radio</type>
+    </html>
     <comment>Is this the primary IM for this contact and location.</comment>
     <add>1.1</add>
   </field>
index a7b2e2aba9f6615bdb33ebda522f7c783fef96ed..1aa5c579f679cd7c54228f5f8f7ba4e212d7fe3d 100644 (file)
   </field>
   <field>
     <name>is_primary</name>
-    <title>Is OpenID Primary?</title>
+    <title>Primary ID</title>
     <type>boolean</type>
     <default>0</default>
+    <html>
+      <type>Radio</type>
+    </html>
     <comment>Is this the primary email for this contact and location.</comment>
     <add>2.0</add>
   </field>
index f3703dc8f585ef43dd683a96d850c261ab3170b3..f6531dbf7cae8210899178f660d8a9284167564e 100644 (file)
   </index>
   <field>
     <name>is_primary</name>
-    <title>Is Phone Primary?</title>
+    <title>Primary phone</title>
     <type>boolean</type>
     <default>0</default>
+    <html>
+      <type>Radio</type>
+    </html>
     <comment>Is this the primary phone for this contact and location.</comment>
     <add>1.1</add>
   </field>