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>
Sun, 7 Nov 2021 16:44:22 +0000 (11:44 -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 a5d6a9c..cb99f28 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>