[open-ils-commits] [GIT] Evergreen ILS branch rel_3_3 updated. 9e332647b261ad583a08a8012ddb0f550924403a

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_3 has been updated
       via  9e332647b261ad583a08a8012ddb0f550924403a (commit)
      from  f6cd9d92a9c84fdd18f1ee482842074290c63f36 (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 9e332647b261ad583a08a8012ddb0f550924403a
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