[open-ils-commits] [GIT] Evergreen ILS branch master updated. 59e796a9ecb056b9f829a37f7d05dcef26cc3d24

Evergreen Git git at git.evergreen-ils.org
Wed Mar 21 10:41:22 EDT 2018


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  59e796a9ecb056b9f829a37f7d05dcef26cc3d24 (commit)
      from  b5a5c007d07d9b506f6d919729008aed0567a82f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 59e796a9ecb056b9f829a37f7d05dcef26cc3d24
Author: Jeff Davis <jdavis at sitka.bclibraries.ca>
Date:   Wed Mar 14 15:10:23 2018 -0700

    LP#1743045: skip redundant grid refresh on checkin
    
    Signed-off-by: Jeff Davis <jdavis at sitka.bclibraries.ca>
    Signed-off-by: Remington Steed <rjs7 at calvin.edu>
    Signed-off-by: Bill Erickson <berickxx at gmail.com>

diff --git a/Open-ILS/web/js/ui/default/staff/circ/checkin/app.js b/Open-ILS/web/js/ui/default/staff/circ/checkin/app.js
index 24e4a3b..d922f98 100644
--- a/Open-ILS/web/js/ui/default/staff/circ/checkin/app.js
+++ b/Open-ILS/web/js/ui/default/staff/circ/checkin/app.js
@@ -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) {

-----------------------------------------------------------------------

Summary of changes:
 .../web/js/ui/default/staff/circ/checkin/app.js    |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list