From: Cesar Velez Date: Wed, 12 Dec 2018 22:43:35 +0000 (-0500) Subject: LP#1737800 - add delete action to pending patrons X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=2f4542a82c3adf075146c3eee22a14f135010580;p=evergreen%2Fpines.git LP#1737800 - add delete action to pending patrons This adds a way to remove a pending/staged user from the pending users grid. --- diff --git a/Open-ILS/web/js/ui/default/staff/circ/patron/pending.js b/Open-ILS/web/js/ui/default/staff/circ/patron/pending.js index 59b1556f02..65e29ad1d9 100644 --- a/Open-ILS/web/js/ui/default/staff/circ/patron/pending.js +++ b/Open-ILS/web/js/ui/default/staff/circ/patron/pending.js @@ -49,7 +49,7 @@ function($scope , $q , $routeParams , $window , $location , egCore , egGridDataP )); }); - $q.all(promises).then(refresh_page); + $q.all(promises).then(refresh_page()); } }