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>
Fri, 19 Oct 2018 11:51:48 +0000 (07:51 -0400)
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 37cdaee..875877f 100644 (file)
 
   [% 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>