Add Action checkboxes
authorAidan Saunders <aidan.saunders@squiffle.uk>
Thu, 2 Nov 2023 21:56:01 +0000 (21:56 +0000)
committerAidan Saunders <aidan.saunders@squiffle.uk>
Thu, 2 Nov 2023 21:56:01 +0000 (21:56 +0000)
19 files changed:
ext/civicrm_admin_ui/managed/SavedSearch_ACL_Roles.mgd.php
ext/civicrm_admin_ui/managed/SavedSearch_Administer_Assigned_Financial_Accounts.mgd.php
ext/civicrm_admin_ui/managed/SavedSearch_Administer_Contact_Types.mgd.php
ext/civicrm_admin_ui/managed/SavedSearch_Administer_Custom_Fields.mgd.php
ext/civicrm_admin_ui/managed/SavedSearch_Administer_Custom_Groups.mgd.php
ext/civicrm_admin_ui/managed/SavedSearch_Administer_Financial_Accounts.mgd.php
ext/civicrm_admin_ui/managed/SavedSearch_Administer_Financial_Types.mgd.php
ext/civicrm_admin_ui/managed/SavedSearch_Administer_Location_Types.mgd.php
ext/civicrm_admin_ui/managed/SavedSearch_Administer_Manage_Group.mgd.php
ext/civicrm_admin_ui/managed/SavedSearch_Administer_Payment_Processors.mgd.php
ext/civicrm_admin_ui/managed/SavedSearch_Administer_ProfileFields.mgd.php
ext/civicrm_admin_ui/managed/SavedSearch_Administer_Profiles.mgd.php
ext/civicrm_admin_ui/managed/SavedSearch_Administer_Relationship_Types.mgd.php
ext/civicrm_admin_ui/managed/SavedSearch_Administer_Scheduled_Reminders.mgd.php
ext/civicrm_admin_ui/managed/SavedSearch_Manage_ACLs.mgd.php
ext/civicrm_admin_ui/managed/SavedSearch_Manage_Contribution_Pages.mgd.php
ext/civicrm_admin_ui/managed/SavedSearch_Manage_Mail_Accounts.mgd.php
ext/civicrm_admin_ui/managed/SavedSearch_Manage_Scheduled_Jobs.mgd.php
ext/civicrm_admin_ui/managed/SavedSearch_Scheduled_Jobs_Log.mgd.php

index bd8af2a789f5e0967b8ee2eddec52fc644a20f12..ad6974906c7736b4ae51a09199f421db67e69816 100644 (file)
@@ -66,6 +66,7 @@ return [
         'saved_search_id.name' => 'ACL_Roles',
         'type' => 'table',
         'settings' => [
+          'actions' => TRUE,
           'description' => NULL,
           'sort' => [],
           'limit' => 50,
@@ -165,7 +166,6 @@ return [
               'alignment' => 'text-right',
             ],
           ],
-          'actions' => FALSE,
           'classes' => [
             'table',
             'table-striped',
index 54401dfa355fd876522a0de1db46d218eef77af5..9dcf53a32dc5164eba73fefa5f114f84f6d4a8e4 100644 (file)
@@ -64,7 +64,7 @@ return [
         'saved_search_id.name' => 'Administer_Assigned_Financial_Accounts',
         'type' => 'table',
         'settings' => [
-          'actions' => FALSE,
+          'actions' => TRUE,
           'limit' => 50,
           'classes' => [
             'table',
index 315d6bcc23564efb11a219fe9bc9903afadec97a..fbb6a96687326501e8cf23219fa7d3e7788917a8 100644 (file)
@@ -50,7 +50,7 @@ return [
         'saved_search_id.name' => 'Administer_Contact_Types',
         'type' => 'table',
         'settings' => [
-          'actions' => FALSE,
+          'actions' => TRUE,
           'limit' => 50,
           'classes' => [
             'table',
index 6d784e714b74a0444d37bbd49aa6e0873395f9cd..1f530c36d62d5658ea99dce0fbceb3cd0d4b914a 100644 (file)
@@ -55,7 +55,7 @@ return [
         'saved_search_id.name' => 'Administer_Custom_Fields',
         'type' => 'table',
         'settings' => [
-          'actions' => FALSE,
+          'actions' => TRUE,
           'limit' => 50,
           'classes' => [
             'table',
index 28d95458c44ae2ee50a7fd5af89a16ed5017ee0f..be88c1815c251e486827920a5a2b82be5282011d 100644 (file)
@@ -68,7 +68,7 @@ return [
         'saved_search_id.name' => 'Administer_Custom_Groups',
         'type' => 'table',
         'settings' => [
-          'actions' => FALSE,
+          'actions' => TRUE,
           'limit' => 50,
           'classes' => [
             'table',
index 037272055b0edb43e2df09f72e557e11768ace17..0ff2330177d91f15c138e2c68d897ccbc533bc5d 100644 (file)
@@ -56,7 +56,7 @@ return [
         'saved_search_id.name' => 'Administer_Financial_Accounts',
         'type' => 'table',
         'settings' => [
-          'actions' => FALSE,
+          'actions' => TRUE,
           'limit' => 50,
           'classes' => [
             'table',
index fb1c1f5149e09f6f552c661a314844da5428318f..a02b01c14d7a618a85972b0a6f58fb9e7d023427 100644 (file)
@@ -72,7 +72,7 @@ return [
         'saved_search_id.name' => 'Administer_Financial_Types',
         'type' => 'table',
         'settings' => [
-          'actions' => FALSE,
+          'actions' => TRUE,
           'limit' => 50,
           'classes' => [
             'table',
index de21d6709c3dcd06308e9fc830dd1fed30aab676..823763b874a8650d3f22ee3e1064912551098286 100644 (file)
@@ -54,7 +54,7 @@ return [
         'saved_search_id.name' => 'Administer_Location_Types',
         'type' => 'table',
         'settings' => [
-          'actions' => FALSE,
+          'actions' => TRUE,
           'limit' => 50,
           'classes' => [
             'table',
index 989a90f3ab1b2133b83d82e06067227059761f6d..ea4e5f38d784055b5900a1ca379e1b94d0ef25ec 100644 (file)
@@ -268,7 +268,7 @@ return [
               'alignment' => 'text-right',
             ],
           ],
-          'actions' => FALSE,
+          'actions' => TRUE,
           'classes' => [
             'table',
             'table-striped',
index 5d77af6ea6b8c7e6ef0a7e9e51a68e565cc57beb..77287800b1c82e5335e6228c9ed595d6cb0b2bdb 100644 (file)
@@ -79,7 +79,7 @@ return [
         'saved_search_id.name' => 'Administer_Payment_Processors',
         'type' => 'table',
         'settings' => [
-          'actions' => FALSE,
+          'actions' => TRUE,
           'limit' => 50,
           'classes' => [
             'table',
index 9e542201f1c4ea1d4784abff7a108e23dbc31c48..2877ceba1a3629762623b4bb678af5e52fa83a71 100644 (file)
@@ -55,7 +55,7 @@ return [
         'saved_search_id.name' => 'Profile_Fields',
         'type' => 'table',
         'settings' => [
-          'actions' => FALSE,
+          'actions' => TRUE,
           'limit' => 50,
           'classes' => [
             'table',
index c866616fca2076e8b01eb4f7749c167401635e6b..f068b18699a994975748a913adfa85f356c427b3 100644 (file)
@@ -68,7 +68,7 @@ return [
         'saved_search_id.name' => 'User_defined_Profiles',
         'type' => 'table',
         'settings' => [
-          'actions' => FALSE,
+          'actions' => TRUE,
           'limit' => 50,
           'classes' => [
             'table',
index 543637452e7cb2dff07d2445fdb0c88e8633d7c1..20e514f5a7d9363a1afe8178cc96fe782f86131e 100644 (file)
@@ -52,7 +52,7 @@ return [
         'saved_search_id.name' => 'Administer_Relationship_Types',
         'type' => 'table',
         'settings' => [
-          'actions' => FALSE,
+          'actions' => TRUE,
           'limit' => 50,
           'classes' => [
             'table',
index 899c01af35c2d17fa94c11437c196cd0324399c0..29ef9dbf0e8411c702bab8638aef309a2695d3cf 100644 (file)
@@ -181,7 +181,7 @@ return [
               'alignment' => 'text-right',
             ],
           ],
-          'actions' => FALSE,
+          'actions' => TRUE,
           'classes' => [
             'table',
             'table-striped',
index 22a541bf5b4b79919213bf48f31a07bc31d691cc..6c7e1f22fa8a46cab288e9f12ac1e5510e608d9f 100644 (file)
@@ -56,6 +56,7 @@ return [
         'saved_search_id.name' => 'Manage_ACLs',
         'type' => 'table',
         'settings' => [
+          'actions' => TRUE,
           'description' => NULL,
           'sort' => [
             [
index d263bece3904db104ba3cb728276c57c6afac250..2e6b8c7296c787d3406180599ce0159979208b45 100644 (file)
@@ -51,7 +51,7 @@ return [
         'saved_search_id.name' => 'Manage_Contribution_Pages',
         'type' => 'table',
         'settings' => [
-          'actions' => FALSE,
+          'actions' => TRUE,
           'limit' => 50,
           'classes' => [
             'table',
index d1119fd2aaa5853c706cdce7556025d3398c27ad..f25c8702f212be0664334afabb0dfaf2c6e3433b 100644 (file)
@@ -59,6 +59,7 @@ return [
         'saved_search_id.name' => 'Mail_Accounts',
         'type' => 'table',
         'settings' => [
+          'actions' => TRUE,
           'description' => NULL,
           'sort' => [],
           'limit' => 50,
@@ -173,7 +174,6 @@ return [
               'alignment' => 'text-right',
             ],
           ],
-          'actions' => FALSE,
           'classes' => [
             'table',
             'table-striped',
index 261b8f6967605c7bddae9d8457345784082c7609..07ce4295a57fe907172b0668e8a58596677c58a8 100644 (file)
@@ -56,6 +56,7 @@ return [
         'saved_search_id.name' => 'Scheduled_Jobs',
         'type' => 'table',
         'settings' => [
+          'actions' => TRUE,
           'description' => NULL,
           'sort' => [
             [
@@ -237,7 +238,6 @@ return [
               'alignment' => 'text-right',
             ],
           ],
-          'actions' => FALSE,
           'classes' => [
             'table',
             'table-striped',
index dc47e1ce49916c5fbad9c9c39114cc7ef28fc56a..655a7d160111c29c55f477b4f52b8e7f96f146e7 100644 (file)
@@ -53,6 +53,7 @@ return [
         'saved_search_id.name' => 'Scheduled_Jobs_Log',
         'type' => 'table',
         'settings' => [
+          'actions' => TRUE,
           'description' => NULL,
           'sort' => [
             [
@@ -88,7 +89,6 @@ return [
               'rewrite' => '<b>' . E::ts("Summary:") . '</b> [description]<br><b>' . E::ts("Details:") . '</b><pre>[data]</pre>',
             ],
           ],
-          'actions' => FALSE,
           'classes' => [
             'table',
             'table-striped',