[open-ils-commits] [GIT] Evergreen ILS branch rel_3_4 updated. 4e97cedc212bff316606730c7248c1a3febc0572
Evergreen Git
git at git.evergreen-ils.org
Wed Jul 22 14:08:16 EDT 2020
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_4 has been updated
via 4e97cedc212bff316606730c7248c1a3febc0572 (commit)
from 73d4c1dbf9bc1535c0b0379d104b99e0f93584b8 (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 4e97cedc212bff316606730c7248c1a3febc0572
Author: Jason Stephenson <jason at sigio.com>
Date: Wed Jan 29 12:33:30 2020 -0500
LP#1775940: Archived Penalties/Messages does not Respect Date Range
This patch implements a.bellenir's suggestion of switching from
setQuery to watchQury in the archiveGrid of the web client circulation
patron app. It does now appear to respect the date range entered by
the user.
Signed-off-by: Jason Stephenson <jason at sigio.com>
Signed-off-by: John Amundson <jamundson at cwmars.org>
Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>
diff --git a/Open-ILS/web/js/ui/default/staff/circ/patron/app.js b/Open-ILS/web/js/ui/default/staff/circ/patron/app.js
index a886195050..4409cb1aab 100644
--- a/Open-ILS/web/js/ui/default/staff/circ/patron/app.js
+++ b/Open-ILS/web/js/ui/default/staff/circ/patron/app.js
@@ -775,7 +775,7 @@ function($scope , $q , $routeParams, egCore , $uibModal , patronSvc , egCirc) {
setSort : function() {
return ['set_date'];
},
- setQuery : function() {
+ watchQuery : function() {
return {
usr : usr_id,
org_unit : org_ids,
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/web/js/ui/default/staff/circ/patron/app.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list