LP1642036 Group member detail grid query repair
authorBill Erickson <berickxx@gmail.com>
Wed, 24 Apr 2019 13:19:40 +0000 (09:19 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Fri, 13 Sep 2019 20:54:56 +0000 (16:54 -0400)
Teach the grid to automatically use the current version of the grid
query in group member details lookup, since the query changes as
patron's change and is sometimes applied after the grid has already
absorbed the setQuery function.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: John Amundson <jamundson@cwmars.org>
Signed-off-by: Jason Stephenson <jason@sigio.com>
Open-ILS/web/js/ui/default/staff/circ/patron/app.js

index fc5c8a2..0d8f25f 100644 (file)
@@ -1085,11 +1085,6 @@ function($scope,  $routeParams , $q , $window , $timeout,  $location , egCore ,
         // grid query.
         if (redirect) return;
         // let initTab() fetch the user first so we can know the usrgroup
-
-        $timeout(grid.setQuery({
-            usrgroup : patronSvc.current.usrgroup(),
-            deleted : 'f'
-        }), 500); // wrap in timeout to try to prevent race condition LP1642036
         $scope.totals.owed = patronSvc.patron_stats.fines.group_balance_owed;
     });