LP#1737800 - add delete action to pending patrons
authorCesar Velez <cesar.velez@equinoxinitiative.org>
Wed, 12 Dec 2018 22:43:35 +0000 (17:43 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Tue, 15 Jan 2019 21:22:22 +0000 (16:22 -0500)
This adds a way to remove a pending/staged user from
the pending users grid.

Signed-off-by: Cesar Velez <cesar.velez@equinoxinitiative.org>
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/web/js/ui/default/staff/circ/patron/pending.js

index 65e29ad..59b1556 100644 (file)
@@ -49,7 +49,7 @@ function($scope , $q , $routeParams , $window , $location , egCore , egGridDataP
                 ));
             });
 
-            $q.all(promises).then(refresh_page());
+            $q.all(promises).then(refresh_page);
         }
     }