LP#1743045: skip redundant grid refresh on checkin
authorJeff Davis <jdavis@sitka.bclibraries.ca>
Wed, 14 Mar 2018 22:10:23 +0000 (15:10 -0700)
committerBill Erickson <berickxx@gmail.com>
Wed, 21 Mar 2018 14:33:29 +0000 (10:33 -0400)
Signed-off-by: Jeff Davis <jdavis@sitka.bclibraries.ca>
Signed-off-by: Remington Steed <rjs7@calvin.edu>
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/web/js/ui/default/staff/circ/checkin/app.js

index 24e4a3b..d922f98 100644 (file)
@@ -189,7 +189,6 @@ function($scope , $q , $window , $location , $timeout , egCore , checkinSvc , eg
 
         // track the item in the grid before sending the request
         checkinSvc.checkins.unshift(row_item);
-        checkinGrid.refresh();
 
         egCirc.checkin(params, options).then(
         function(final_resp) {