[open-ils-commits] [GIT] Evergreen ILS branch rel_3_5 updated. 3168a635f7b95c55376aa126f96abf51bfd31b30

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_5 has been updated
       via  3168a635f7b95c55376aa126f96abf51bfd31b30 (commit)
      from  eae8919fe607392bbb40d6741f60b910032408e0 (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 3168a635f7b95c55376aa126f96abf51bfd31b30
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