From d01e62bdf9ffe2f6d7e218e7139adc895d0bd938 Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Wed, 29 Jan 2020 12:33:30 -0500 Subject: [PATCH] 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 Signed-off-by: John Amundson Signed-off-by: Galen Charlton --- Open-ILS/web/js/ui/default/staff/circ/patron/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 44b0b7f490..1e7939d920 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 @@ -781,7 +781,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, -- 2.11.0