Staff Client Customization: Hide Delete Patrons Button
authorMcCanna <tmccanna@georgialibraries.org>
Wed, 8 Nov 2017 20:57:21 +0000 (15:57 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Sat, 19 Nov 2022 19:52:45 +0000 (14:52 -0500)
Hide Delete Patrons button from user buckets (function was
not allowed by permissions, so no need to even show it).

Signed-off-by: McCanna <tmccanna@georgialibraries.org>
Open-ILS/src/templates/staff/circ/patron/bucket/t_view.tt2

index 22241fc..c09f7b6 100644 (file)
@@ -24,8 +24,11 @@ progress {
 
   [% INCLUDE 'staff/circ/patron/bucket/t_grid_menu.tt2' %]
 
+  <!-- PINES Customization: Hide Delete Bucket Option -->
+  <!--
   <eg-grid-menu-item disabled="noDeletePerms" label="[% l('Delete all users') %]"
     handler="deleteAllUsers" standalone="true"></eg-grid-menu-item>
+  -->
 
   <eg-grid-menu-item disabled="noUpdatePerms" label="[% l('Batch edit all users') %]"
     handler="updateAllUsers" standalone="true"></eg-grid-menu-item>