Core/ext - Remove unnecessary default values from packaged Afforms
authorcolemanw <coleman@civicrm.org>
Sun, 8 Oct 2023 08:13:58 +0000 (04:13 -0400)
committercolemanw <coleman@civicrm.org>
Sun, 8 Oct 2023 08:13:58 +0000 (04:13 -0400)
22 files changed:
ext/civicrm_admin_ui/ang/afsearchAdminCustomFields.aff.php
ext/civicrm_admin_ui/ang/afsearchAdminCustomGroups.aff.php
ext/civicrm_admin_ui/ang/afsearchAdminFinancialTypes.aff.php
ext/civicrm_admin_ui/ang/afsearchAssignUsersToRoles.aff.php
ext/civicrm_admin_ui/ang/afsearchAssignedFinancialAccounts.aff.php
ext/civicrm_admin_ui/ang/afsearchMailAccounts.aff.php
ext/civicrm_admin_ui/ang/afsearchManageContributionPages.aff.php
ext/civicrm_admin_ui/ang/afsearchManageGroups.aff.php
ext/civicrm_admin_ui/ang/afsearchProfileFields.aff.php
ext/civicrm_admin_ui/ang/afsearchProfiles.aff.php
ext/civicrm_admin_ui/ang/afsearchRelationshipTypes.aff.php
ext/civicrm_admin_ui/ang/afsearchScheduledJobsLog.aff.php
ext/civicrm_search_ui/ang/afsearchContactSearch.aff.php
ext/civicrm_search_ui/ang/afsearchFindContributions.aff.php
ext/civiimport/Civi/Api4/Event/Subscriber/ImportSubscriber.php
ext/civiimport/ang/afsearchAllImports.aff.php
ext/civiimport/ang/afsearchMyImports.aff.php
ext/civiimport/ang/afsearchTemplates.aff.php
ext/standaloneusers/ang/afformEditRole.aff.php
ext/standaloneusers/ang/afformEditUserAccount.aff.php
ext/standaloneusers/ang/afsearchAdministerUserAccounts.aff.php
ext/standaloneusers/ang/afsearchUserRoles.aff.php

index abf4c4fc0581d22f5f5789ddf6e15a8e6b1d57f2..4ac083954a4c78043babcfdb9c8ce9dcb06f60bd 100644 (file)
@@ -3,20 +3,8 @@ use CRM_CivicrmAdminUi_ExtensionUtil as E;
 
 return [
   'type' => 'search',
-  'requires' => [],
-  'entity_type' => NULL,
-  'join_entity' => NULL,
   'title' => E::ts('Fields'),
   'description' => E::ts('Administer custom fields list'),
-  'is_dashlet' => FALSE,
-  'is_public' => FALSE,
-  'is_token' => FALSE,
-  'contact_summary' => NULL,
-  'summary_contact_type' => NULL,
-  'icon' => 'fa-list-alt',
   'server_route' => 'civicrm/admin/custom/group/fields',
   'permission' => ['administer CiviCRM data'],
-  'redirect' => NULL,
-  'create_submission' => FALSE,
-  'navigation' => NULL,
 ];
index 130875c0c7a9c5bb95b2b96a14a6b46512bfd208..5a5ab28623c7aca142ada457f399ab49a4e6d2d6 100644 (file)
@@ -3,20 +3,8 @@ use CRM_CivicrmAdminUi_ExtensionUtil as E;
 
 return [
   'type' => 'search',
-  'requires' => [],
-  'entity_type' => NULL,
-  'join_entity' => NULL,
   'title' => E::ts('Custom Field Groups'),
   'description' => E::ts('Administer custom field groups list'),
-  'is_dashlet' => FALSE,
-  'is_public' => FALSE,
-  'is_token' => FALSE,
-  'contact_summary' => NULL,
-  'summary_contact_type' => NULL,
-  'icon' => 'fa-list-alt',
   'server_route' => 'civicrm/admin/custom/group',
   'permission' => ['administer CiviCRM data'],
-  'redirect' => NULL,
-  'create_submission' => FALSE,
-  'navigation' => NULL,
 ];
index d2c1f1bf40a36fe99be0223f4e5d2c32c44cedeb..962b9b69dd37d34771de79412d67ab8bd2c5c7e1 100644 (file)
@@ -4,18 +4,6 @@ use CRM_CivicrmAdminUi_ExtensionUtil as E;
 return [
   'type' => 'search',
   'title' => E::ts('Financial Types'),
-  'icon' => 'fa-list-alt',
   'server_route' => 'civicrm/admin/financial/financialType',
   'permission' => ['administer CiviCRM'],
-  'requires' => [],
-  'description' => '',
-  'is_dashlet' => FALSE,
-  'is_public' => FALSE,
-  'is_token' => FALSE,
-  'entity_type' => NULL,
-  'join_entity' => NULL,
-  'contact_summary' => NULL,
-  'redirect' => NULL,
-  'create_submission' => NULL,
-  'navigation' => NULL,
 ];
index 7f26925bf1a41c1d608892dcd57de74088c93a9d..bdab1bcc2b9c0e03e3c04165bfed5e022fdc7892 100644 (file)
@@ -3,20 +3,7 @@ use CRM_CivicrmAdminUi_ExtensionUtil as E;
 
 return [
   'type' => 'search',
-  'requires' => [],
-  'entity_type' => NULL,
-  'join_entity' => NULL,
   'title' => E::ts('Assign Users to Roles'),
-  'description' => '',
-  'is_dashlet' => FALSE,
-  'is_public' => FALSE,
-  'is_token' => FALSE,
-  'contact_summary' => NULL,
-  'summary_contact_type' => NULL,
-  'icon' => 'fa-list-alt',
   'server_route' => 'civicrm/acl/entityrole',
   'permission' => ['administer CiviCRM'],
-  'redirect' => NULL,
-  'create_submission' => FALSE,
-  'navigation' => NULL,
 ];
index 3db0ce6bdd07adc1152264246acf0b6f08ee7700..161225a32a1d1400ad603fba47cddba0525ead3c 100644 (file)
@@ -7,15 +7,4 @@ return [
   'icon' => 'fa-list-alt',
   'server_route' => 'civicrm/admin/financial/financialType/accounts/list',
   'permission' => ['administer CiviCRM'],
-  'requires' => [],
-  'description' => '',
-  'is_dashlet' => FALSE,
-  'is_public' => FALSE,
-  'is_token' => FALSE,
-  'entity_type' => NULL,
-  'join_entity' => NULL,
-  'contact_summary' => NULL,
-  'redirect' => NULL,
-  'create_submission' => NULL,
-  'navigation' => NULL,
 ];
index bd5f43e29764d2eb5c99915dce665bbfccf46a77..b0e774557bf14be5b4f974a3627aea01f7ca1a93 100644 (file)
@@ -7,16 +7,4 @@ return [
   'icon' => 'fa-list-alt',
   'server_route' => 'civicrm/admin/mailSettings',
   'permission' => ['administer CiviCRM'],
-  'requires' => [],
-  'description' => '',
-  'is_dashlet' => FALSE,
-  'is_public' => FALSE,
-  'is_token' => FALSE,
-  'entity_type' => NULL,
-  'join_entity' => NULL,
-  'contact_summary' => NULL,
-  'summary_contact_type' => NULL,
-  'redirect' => NULL,
-  'create_submission' => NULL,
-  'navigation' => NULL,
 ];
index 46234e489ab32ce2a68b0d13bb377a1f8b2243a3..543c71ca772ffab414032100fee3d5482f225d85 100644 (file)
@@ -3,20 +3,7 @@ use CRM_CivicrmAdminUi_ExtensionUtil as E;
 
 return [
   'type' => 'search',
-  'requires' => [],
-  'entity_type' => NULL,
-  'join_entity' => NULL,
   'title' => E::ts('Manage Contribution Pages'),
-  'description' => '',
-  'is_dashlet' => FALSE,
-  'is_public' => FALSE,
-  'is_token' => FALSE,
-  'contact_summary' => NULL,
-  'summary_contact_type' => NULL,
-  'icon' => 'fa-list-alt',
   'server_route' => 'civicrm/admin/contribute',
   'permission' => ['access CiviContribute'],
-  'redirect' => NULL,
-  'create_submission' => FALSE,
-  'navigation' => NULL,
 ];
index 091156b3d03c27b0155629a6df891acc73e2bc7c..fd8f7811c53c0a563695554f8a86359d1527b274 100644 (file)
@@ -4,19 +4,6 @@ use CRM_CivicrmAdminUi_ExtensionUtil as E;
 return [
   'type' => 'search',
   'title' => E::ts('Manage Groups'),
-  'icon' => 'fa-list-alt',
   'server_route' => 'civicrm/group',
   'permission' => ['access CiviCRM'],
-  'requires' => [],
-  'description' => '',
-  'is_dashlet' => FALSE,
-  'is_public' => FALSE,
-  'is_token' => FALSE,
-  'entity_type' => NULL,
-  'join_entity' => NULL,
-  'contact_summary' => NULL,
-  'summary_contact_type' => NULL,
-  'redirect' => NULL,
-  'create_submission' => NULL,
-  'navigation' => NULL,
 ];
index eb9054191d69001f240cee369e3d656c6c0da446..76b7e6209084a68b5dc79bf48ee49f9982e02aa3 100644 (file)
@@ -3,19 +3,7 @@ use CRM_CivicrmAdminUi_ExtensionUtil as E;
 
 return [
   'type' => 'search',
-  'requires' => [],
-  'entity_type' => NULL,
-  'join_entity' => NULL,
   'title' => E::ts('Profile Fields'),
-  'description' => '',
-  'is_dashlet' => FALSE,
-  'is_public' => FALSE,
-  'is_token' => FALSE,
-  'contact_summary' => NULL,
-  'icon' => 'fa-list-alt',
   'server_route' => 'civicrm/admin/uf/group/field',
   'permission' => ['access CiviCRM'],
-  'redirect' => NULL,
-  'create_submission' => FALSE,
-  'navigation' => NULL,
 ];
index 6e9bb233fcee692219f829566772e598227da7b6..2fe4688d38f8325d6e745e657d9727f77522badc 100644 (file)
@@ -3,19 +3,7 @@ use CRM_CivicrmAdminUi_ExtensionUtil as E;
 
 return [
   'type' => 'search',
-  'requires' => [],
-  'entity_type' => NULL,
-  'join_entity' => NULL,
   'title' => E::ts('Profiles'),
-  'description' => '',
-  'is_dashlet' => FALSE,
-  'is_public' => FALSE,
-  'is_token' => FALSE,
-  'contact_summary' => NULL,
-  'icon' => 'fa-list-alt',
   'server_route' => 'civicrm/admin/uf/group',
   'permission' => ['access CiviCRM'],
-  'redirect' => NULL,
-  'create_submission' => FALSE,
-  'navigation' => NULL,
 ];
index df7f2b4735f0c7503c3d25dad3184848a33d6ea4..69236a7dc20e6081078e7c07f39d853a7e0ca198 100644 (file)
@@ -3,19 +3,7 @@ use CRM_CivicrmAdminUi_ExtensionUtil as E;
 
 return [
   'type' => 'search',
-  'requires' => [],
-  'entity_type' => NULL,
-  'join_entity' => NULL,
   'title' => E::ts('Relationship Types'),
-  'description' => '',
-  'is_dashlet' => FALSE,
-  'is_public' => FALSE,
-  'is_token' => FALSE,
-  'contact_summary' => NULL,
-  'icon' => 'fa-list-alt',
   'server_route' => 'civicrm/admin/reltype',
   'permission' => ['access CiviCRM'],
-  'redirect' => NULL,
-  'create_submission' => FALSE,
-  'navigation' => NULL,
 ];
index ce2f09f083188b0e048d883286f4ca8e09c39ba8..6a8d7b40e084b97520545ce37d31470f5036f863 100644 (file)
@@ -3,20 +3,7 @@ use CRM_CivicrmAdminUi_ExtensionUtil as E;
 
 return [
   'type' => 'search',
-  'requires' => [],
-  'entity_type' => NULL,
-  'join_entity' => NULL,
   'title' => E::ts('Scheduled Jobs Log'),
-  'description' => '',
-  'is_dashlet' => FALSE,
-  'is_public' => FALSE,
-  'is_token' => FALSE,
-  'contact_summary' => NULL,
-  'summary_contact_type' => NULL,
-  'icon' => 'fa-list-alt',
   'server_route' => 'civicrm/admin/joblog',
   'permission' => ['admin CiviCRM'],
-  'redirect' => NULL,
-  'create_submission' => FALSE,
-  'navigation' => NULL,
 ];
index 802a5ba9e6fdc1e58928102558357336e5aaf7aa..4c77d94aff42c6e3f1a4aeabed1a993ca7f8003c 100644 (file)
@@ -4,19 +4,6 @@ use CRM_CivicrmSearchUi_ExtensionUtil as E;
 return [
   'type' => 'search',
   'title' => E::ts('Find Contacts'),
-  'icon' => 'fa-list-alt',
   'server_route' => 'civicrm/searchui/contact/search',
   'permission' => ['access CiviCRM'],
-  'navigation' => NULL,
-  'requires' => [],
-  'description' => '',
-  'is_dashlet' => FALSE,
-  'is_public' => FALSE,
-  'is_token' => FALSE,
-  'entity_type' => NULL,
-  'join_entity' => NULL,
-  'contact_summary' => NULL,
-  'summary_contact_type' => NULL,
-  'redirect' => NULL,
-  'create_submission' => NULL,
 ];
index cc9fd973ffa24ec2e2bad03d5bdd6d55a12e8c9d..2d9ee5553737363d406d98bc3c8a0995291cb863 100644 (file)
@@ -3,21 +3,11 @@ use CRM_CivicrmSearchUi_ExtensionUtil as E;
 
 return [
   'type' => 'search',
-  'requires' => [],
-  'entity_type' => NULL,
-  'join_entity' => NULL,
   'title' => E::ts('Find Contributions'),
   'description' => 'The original searches for Contributions but also can show just soft credits and recurring contributions.  Maybe recur is better as a separate search?  And soft credits?',
-  'is_dashlet' => FALSE,
-  'is_public' => FALSE,
-  'is_token' => FALSE,
-  'contact_summary' => NULL,
-  'summary_contact_type' => NULL,
   'icon' => 'fa-credit-card',
   'server_route' => 'civicrm/sk/contrib',
   'permission' => ['access CiviContribute'],
-  'redirect' => NULL,
-  'create_submission' => FALSE,
   'navigation' => [
     'parent' => 'Experimental',
     'label' => E::ts('Find Contributions'),
index b27d9d4470ff23e309c63576a23d010024daf7e5..5709bd5a28bb2138a6f6183daaa069139afdd2b8 100644 (file)
@@ -226,9 +226,6 @@ class ImportSubscriber extends AutoService implements EventSubscriberInterface {
           'type' => 'search',
           'title' => $importSearch['label'],
           'base_module' => E::LONG_NAME,
-          'is_dashlet' => FALSE,
-          'is_public' => FALSE,
-          'is_token' => FALSE,
           'permission' => 'access CiviCRM',
           'requires' => ['crmSearchDisplayTable'],
           'layout' => '<div af-fieldset="">
index 8cf8aa26a577bb98e3471379f02c51ee7044b2ef..c2302fb197891843b788d6da2f3453a2bfefb322 100644 (file)
@@ -3,21 +3,10 @@ use CRM_Civiimport_ExtensionUtil as E;
 
 return [
   'type' => 'search',
-  'requires' => [],
-  'entity_type' => NULL,
-  'join_entity' => NULL,
   'title' => E::ts('All Imports'),
-  'description' => '',
-  'is_dashlet' => FALSE,
-  'is_public' => FALSE,
-  'is_token' => FALSE,
-  'contact_summary' => NULL,
-  'summary_contact_type' => NULL,
   'icon' => 'fa-list-alt',
   'server_route' => 'civicrm/imports/all-imports',
   'permission' => ['administer queues'],
-  'redirect' => NULL,
-  'create_submission' => FALSE,
   'navigation' => [
     'parent' => 'Reports',
     'label' => E::ts('All imports'),
index 242fd16ab57c7cb005ca17205eba7f4a76ae5ff4..9b6c975cb7b9c85631dc942ae0ff85c566868714 100644 (file)
@@ -3,21 +3,9 @@ use CRM_Civiimport_ExtensionUtil as E;
 
 return [
   'type' => 'search',
-  'requires' => [],
-  'entity_type' => NULL,
-  'join_entity' => NULL,
   'title' => E::ts('My Imports'),
-  'description' => '',
-  'is_dashlet' => FALSE,
-  'is_public' => FALSE,
-  'is_token' => FALSE,
-  'contact_summary' => NULL,
-  'summary_contact_type' => NULL,
-  'icon' => 'fa-list-alt',
   'server_route' => 'civicrm/imports/my-listing',
   'permission' => ['access CiviCRM'],
-  'redirect' => NULL,
-  'create_submission' => FALSE,
   'navigation' => [
     'parent' => 'Reports',
     'label' => E::ts('My Imports'),
index 613380fd7e0a3c3cea85c392f46ef6d7a8656c2a..d2329bca3592137b943e09be84f79e3a097bc543 100644 (file)
@@ -3,21 +3,10 @@ use CRM_Civiimport_ExtensionUtil as E;
 
 return [
   'type' => 'search',
-  'requires' => [],
-  'entity_type' => NULL,
-  'join_entity' => NULL,
   'title' => E::ts('Import Templates'),
-  'description' => '',
-  'is_dashlet' => FALSE,
-  'is_public' => FALSE,
-  'is_token' => FALSE,
-  'contact_summary' => NULL,
-  'summary_contact_type' => NULL,
   'icon' => 'fa-list-alt',
   'server_route' => 'civicrm/imports/templates',
   'permission' => ['access CiviCRM'],
-  'redirect' => NULL,
-  'create_submission' => FALSE,
   'navigation' => [
     'parent' => 'Reports',
     'label' => E::ts('Import Templates'),
index 589005d657b405fd35576abf2cda6fd29f7f0935..07420f89beea08eee2c2ba4e8c52828827bac33e 100644 (file)
@@ -8,15 +8,4 @@ return [
   'server_route' => 'civicrm/admin/role',
   'permission' => ['access CiviCRM'],
   'redirect' => 'civicrm/admin/roles',
-  'create_submission' => TRUE,
-  'requires' => [],
-  'description' => '',
-  'is_dashlet' => FALSE,
-  'is_public' => FALSE,
-  'is_token' => FALSE,
-  'entity_type' => NULL,
-  'join_entity' => NULL,
-  'contact_summary' => NULL,
-  'summary_contact_type' => NULL,
-  'navigation' => NULL,
 ];
index 40704a85bdd61948e05c837d3df1bdacbe378878..2c8ce2c33ba038e77724dc1065b20dcd25b2380e 100644 (file)
@@ -3,20 +3,9 @@ use CRM_Standaloneusers_ExtensionUtil as E;
 
 return [
   'type' => 'form',
-  'requires' => [],
-  'entity_type' => NULL,
-  'join_entity' => NULL,
   'title' => E::ts('Edit User account'),
-  'description' => '',
-  'is_dashlet' => FALSE,
-  'is_public' => FALSE,
-  'is_token' => FALSE,
-  'contact_summary' => NULL,
-  'summary_contact_type' => NULL,
   'icon' => 'fa-list-alt',
   'server_route' => 'civicrm/admin/user',
   'permission' => ['cms:administer users'],
   'redirect' => '/civicrm/admin/users',
-  'create_submission' => TRUE,
-  'navigation' => NULL,
 ];
index b7226f6d47a73605097e09ef3f527a960d646b4b..c2bf7bc7b75b3aacf8009f47aeebac3c9689981f 100644 (file)
@@ -3,21 +3,10 @@ use CRM_Standaloneusers_ExtensionUtil as E;
 
 return [
   'type' => 'search',
-  'requires' => [],
-  'entity_type' => NULL,
-  'join_entity' => NULL,
   'title' => E::ts('Administer User Accounts'),
-  'description' => '',
-  'is_dashlet' => FALSE,
-  'is_public' => FALSE,
-  'is_token' => FALSE,
-  'contact_summary' => NULL,
-  'summary_contact_type' => NULL,
   'icon' => 'fa-users',
   'server_route' => 'civicrm/admin/users',
   'permission' => ['cms:administer users'],
-  'redirect' => NULL,
-  'create_submission' => FALSE,
   'navigation' => [
     'parent' => 'Users and Permissions',
     'label' => E::ts('User Accounts'),
index 2bd4e2da044bd441738125d16d3253b4366928a0..85fd811028da81ef9d8915fcbc94bc23f60e22c7 100644 (file)
@@ -13,14 +13,4 @@ return [
     'label' => E::ts('User Roles'),
     'weight' => 0,
   ],
-  'requires' => [],
-  'is_dashlet' => FALSE,
-  'is_public' => FALSE,
-  'is_token' => FALSE,
-  'entity_type' => NULL,
-  'join_entity' => NULL,
-  'contact_summary' => NULL,
-  'summary_contact_type' => NULL,
-  'redirect' => NULL,
-  'create_submission' => NULL,
 ];