AdminUI - Fix labelFormat links
authorcolemanw <coleman@civicrm.org>
Fri, 8 Dec 2023 15:36:17 +0000 (10:36 -0500)
committercolemanw <coleman@civicrm.org>
Fri, 8 Dec 2023 15:38:57 +0000 (10:38 -0500)
ext/civicrm_admin_ui/ang/afsearchLabelFormats.aff.html
ext/civicrm_admin_ui/ang/afsearchLabelFormats.aff.php
ext/civicrm_admin_ui/managed/SavedSearch_Label_Formats.mgd.php

index ddccba5e90a4387f97f9845325bd226ea6c81968..31b2548556366f6070d2d8df94b81e471d40cb55 100644 (file)
@@ -1,20 +1,20 @@
 <div class="help">
-  
+
   <div>{{:: ts('You can configure one or more Label Formats for your CiviCRM installation. Label Formats are used when creating mailing labels.')}}<br/>
 {{:: ts('You can change which fields are printed on each label in')}} <a href="/civicrm/admin/setting/preferences/address?reset=1">{{:: ts('Address Settings')}}</a>.</div>
 
 </div>
 <div crm-ui-tab-set="">
-  
+
   <div af-fieldset="" crm-ui-tab="" crm-title="ts('Mailing Labels')" id="tab-mailinglabels">
     <div class="af-markup">
       <crm-search-display-table search-name="Label_Formats" display-name="Label_Formats_Table_1" filters="{'option_group_id:name': 'label_format'}"/>
-    </div> 
+    </div>
   </div>
-  <div af-fieldset="" crm-ui-tab="" crm-title="ts('Name Badge')" id="tab-namebadge">
+  <div af-fieldset="" crm-ui-tab="" crm-title="ts('Name Badges')" id="tab-namebadge">
     <div class="af-markup">
       <crm-search-display-table search-name="Label_Formats" display-name="Label_Formats_Table_1" filters="{'option_group_id:name': 'name_badge'}"/>
-    </div> 
+    </div>
   </div>
 
 </div>
index fda5b7c984d93e61f62da44fddd06688e35989b1..a84ce69cd283c016e755ae4bf7c88a0c395ffe2b 100644 (file)
@@ -9,5 +9,4 @@ return [
   'permission' => [
     'administer CiviCRM',
   ],
-  'modified_date' => '2023-12-07 22:54:39',
 ];
index 755a9b3c9fd7269e2e7a45f93dc6585eba8db124..dc2ee01d3513e1baa6a582a9a6e8b3a8f8916477 100644 (file)
@@ -5,7 +5,7 @@ return [
   [
     'name' => 'SavedSearch_Label_Formats',
     'entity' => 'SavedSearch',
-    'cleanup' => 'unused',
+    'cleanup' => 'always',
     'update' => 'unmodified',
     'params' => [
       'version' => 4,
@@ -46,7 +46,7 @@ return [
   [
     'name' => 'SavedSearch_Label_Formats_SearchDisplay_Label_Formats_Table_1',
     'entity' => 'SearchDisplay',
-    'cleanup' => 'unused',
+    'cleanup' => 'always',
     'update' => 'unmodified',
     'params' => [
       'version' => 4,
@@ -101,7 +101,7 @@ return [
               'type' => 'field',
               'key' => 'is_reserved',
               'dataType' => 'Boolean',
-              'label' => E::ts('Reserved?'),
+              'label' => E::ts('Reserved'),
               'sortable' => TRUE,
             ],
             [
@@ -163,7 +163,7 @@ return [
           'draggable' => 'weight',
           'toolbar' => [
             [
-              'path' => 'civicrm/admin/labelFormats/edit?action=add&id=[id]&group=[option_group_id:name]&reset=1',
+              'path' => 'civicrm/admin/labelFormats/edit?action=add&group=[option_group_id:name]&reset=1',
               'icon' => 'fa-plus',
               'text' => E::ts('Add'),
               'style' => 'default',