[open-ils-commits] [GIT] Evergreen ILS branch master updated. 63c4ac169c1e30fb4e65a6d851980b0f389eaab5

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, master has been updated
       via  63c4ac169c1e30fb4e65a6d851980b0f389eaab5 (commit)
      from  61f19f6cb5c972fe150f369789ae17a0a3d28db9 (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 63c4ac169c1e30fb4e65a6d851980b0f389eaab5
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