Add frontend_title to uf_group sample data
authorEileen McNaughton <emcnaughton@wikimedia.org>
Fri, 14 Jul 2023 01:57:30 +0000 (13:57 +1200)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Fri, 14 Jul 2023 01:57:30 +0000 (13:57 +1200)
sql/civicrm_data/civicrm_uf_group.sqldata.php

index 8692f93d4b21ef0100162b5a1a1421033b8788b3..ef9b51cd8bd53b1ed595112d5882006535911173 100644 (file)
@@ -7,6 +7,7 @@ return CRM_Core_CodeGen_SqlData::create('civicrm_uf_group')
       'name' => 'name_and_address',
       'group_type' => 'Individual,Contact',
       'title' => ts('Name and Address'),
+      'frontend_title' => ts('Name and Address'),
       'is_cms_user' => 0,
       'is_reserved' => 0,
       'help_post' => NULL,
@@ -16,6 +17,7 @@ return CRM_Core_CodeGen_SqlData::create('civicrm_uf_group')
       'name' => 'supporter_profile',
       'group_type' => 'Individual,Contact',
       'title' => ts('Supporter Profile'),
+      'frontend_title' => ts('Supporter Profile'),
       'is_cms_user' => 2,
       'is_reserved' => 0,
       'help_post' => '<p><strong>' . ts('The information you provide will NOT be shared with any third party organisations.') . '</strong></p><p>' . ts('Thank you for getting involved in our campaign!') . '</p>',
@@ -25,6 +27,7 @@ return CRM_Core_CodeGen_SqlData::create('civicrm_uf_group')
       'name' => 'participant_status',
       'group_type' => 'Participant',
       'title' => ts('Participant Status'),
+      'frontend_title' => ts('Participant Status'),
       'is_cms_user' => 0,
       'is_reserved' => 1,
       'help_post' => NULL,
@@ -34,6 +37,7 @@ return CRM_Core_CodeGen_SqlData::create('civicrm_uf_group')
       'name' => 'new_individual',
       'group_type' => 'Individual,Contact',
       'title' => ts('New Individual'),
+      'frontend_title' => ts('New Individual'),
       'is_cms_user' => 0,
       'is_reserved' => 1,
       'help_post' => NULL,
@@ -43,6 +47,7 @@ return CRM_Core_CodeGen_SqlData::create('civicrm_uf_group')
       'name' => 'new_organization',
       'group_type' => 'Organization,Contact',
       'title' => ts('New Organization'),
+      'frontend_title' => ts('New Organization'),
       'is_cms_user' => 0,
       'is_reserved' => 1,
       'help_post' => NULL,
@@ -52,6 +57,7 @@ return CRM_Core_CodeGen_SqlData::create('civicrm_uf_group')
       'name' => 'new_household',
       'group_type' => 'Household,Contact',
       'title' => ts('New Household'),
+      'frontend_title' => ts('New Household'),
       'is_cms_user' => 0,
       'is_reserved' => 1,
       'help_post' => NULL,
@@ -61,6 +67,7 @@ return CRM_Core_CodeGen_SqlData::create('civicrm_uf_group')
       'name' => 'summary_overlay',
       'group_type' => 'Contact',
       'title' => ts('Summary Overlay'),
+      'frontend_title' => ts('Summary Overlay'),
       'is_cms_user' => 0,
       'is_reserved' => 1,
       'help_post' => NULL,
@@ -70,6 +77,7 @@ return CRM_Core_CodeGen_SqlData::create('civicrm_uf_group')
       'name' => 'shared_address',
       'group_type' => 'Contact',
       'title' => ts('Shared Address'),
+      'frontend_title' => ts('Shared Address'),
       'is_cms_user' => 0,
       'is_reserved' => 1,
       'help_post' => NULL,
@@ -79,6 +87,7 @@ return CRM_Core_CodeGen_SqlData::create('civicrm_uf_group')
       'name' => 'on_behalf_organization',
       'group_type' => 'Contact,Organization',
       'title' => ts('On Behalf Of Organization'),
+      'frontend_title' => ts('On Behalf Of Organization'),
       'is_cms_user' => 0,
       'is_reserved' => 1,
       'help_post' => NULL,
@@ -88,6 +97,7 @@ return CRM_Core_CodeGen_SqlData::create('civicrm_uf_group')
       'name' => 'contribution_batch_entry',
       'group_type' => 'Contribution',
       'title' => ts('Contribution Bulk Entry'),
+      'frontend_title' => ts('Contribution Bulk Entry'),
       'is_cms_user' => 0,
       'is_reserved' => 1,
       'help_post' => NULL,
@@ -97,6 +107,7 @@ return CRM_Core_CodeGen_SqlData::create('civicrm_uf_group')
       'name' => 'membership_batch_entry',
       'group_type' => 'Membership',
       'title' => ts('Membership Bulk Entry'),
+      'frontend_title' => ts('Membership Bulk Entry'),
       'is_cms_user' => 0,
       'is_reserved' => 1,
       'help_post' => NULL,
@@ -106,6 +117,7 @@ return CRM_Core_CodeGen_SqlData::create('civicrm_uf_group')
       'name' => 'event_registration',
       'group_type' => 'Individual,Contact',
       'title' => ts('Your Registration Info'),
+      'frontend_title' => ts('Your Registration Info'),
       'is_cms_user' => 0,
       'is_reserved' => 0,
       'help_post' => NULL,
@@ -115,6 +127,7 @@ return CRM_Core_CodeGen_SqlData::create('civicrm_uf_group')
       'name' => 'honoree_individual',
       'group_type' => 'Individual,Contact',
       'title' => ts('Honoree Individual'),
+      'frontend_title' => ts('Honoree Individual'),
       'is_cms_user' => 0,
       'is_reserved' => 1,
       'help_post' => NULL,