[open-ils-commits] [GIT] Evergreen ILS branch rel_3_0 updated. 30bd62603e3816620f450c8395a2c0aff5a1e4d5
Evergreen Git
git at git.evergreen-ils.org
Wed Mar 21 10:42:04 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, rel_3_0 has been updated
via 30bd62603e3816620f450c8395a2c0aff5a1e4d5 (commit)
from f27b5304cfc1b45dba74b13ac3f3764e9e83e5e3 (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 30bd62603e3816620f450c8395a2c0aff5a1e4d5
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 7be19fb..516e43f 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