[open-ils-commits] [GIT] Evergreen ILS branch rel_3_0 updated. a4dfe5f61ba474f7108d43fb37a680886081d0fb
Evergreen Git
git at git.evergreen-ils.org
Thu Oct 11 13:52:13 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 a4dfe5f61ba474f7108d43fb37a680886081d0fb (commit)
from e9e53187c14390ae2213c22a9d8b8bcd1c4a71ba (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 a4dfe5f61ba474f7108d43fb37a680886081d0fb
Author: Dan Wells <dbw2 at calvin.edu>
Date: Wed Oct 10 16:07:24 2018 -0400
LP#1796978 Realign working copy refresh with proper condition
The "working copy" grid needs to update whenever the copy data above
updates. I *believe* this aligns the refresh with its intended
condition.
This appears to have come about via bug #1732761, so retesting of
that fix may be in order.
Signed-off-by: Dan Wells <dbw2 at calvin.edu>
Signed-off-by: Jason Stephenson <jason at sigio.com>
diff --git a/Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js b/Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js
index 682e0cd..2ed8425 100644
--- a/Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js
+++ b/Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js
@@ -1733,9 +1733,9 @@ function($scope , $q , $window , $routeParams , $location , $timeout , egCore ,
});
});
}
+ } else {
+ $scope.workingGridDataProvider.refresh();
}
- } else {
- $scope.workingGridDataProvider.refresh();
}
});
-----------------------------------------------------------------------
Summary of changes:
.../web/js/ui/default/staff/cat/volcopy/app.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list