[open-ils-commits] [GIT] Evergreen ILS branch master updated. 26ebf6344a096dd6f06f0a171e7a17506132cac6

Evergreen Git git at git.evergreen-ils.org
Mon Jun 11 12:16:06 EDT 2018


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  26ebf6344a096dd6f06f0a171e7a17506132cac6 (commit)
      from  60caf87636ee0609bb9f3b82a74ef0b3a475bc77 (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 26ebf6344a096dd6f06f0a171e7a17506132cac6
Author: a. bellenir <ab at grpl.org>
Date:   Wed Jun 6 09:41:06 2018 -0400

    LP1770752: clicking 'update expire date' should flag field_modified
    
    ensure user is warned that unsaved data may be lost when navigating away
    
    Signed-off-by: a. bellenir <ab at grpl.org>
    Signed-off-by: Garry Collum <gcollum at gmail.com>
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>

diff --git a/Open-ILS/web/js/ui/default/staff/circ/patron/regctl.js b/Open-ILS/web/js/ui/default/staff/circ/patron/regctl.js
index 49b0dd6..ea5138b 100644
--- a/Open-ILS/web/js/ui/default/staff/circ/patron/regctl.js
+++ b/Open-ILS/web/js/ui/default/staff/circ/patron/regctl.js
@@ -1401,6 +1401,7 @@ function($scope , $routeParams , $q , $uibModal , $window , egCore ,
         var now_epoch = new Date().getTime();
         $scope.patron.expire_date = new Date(
             now_epoch + (seconds * 1000 /* milliseconds */))
+        $scope.field_modified();
     }
 
     // grp is the pgt object

-----------------------------------------------------------------------

Summary of changes:
 .../web/js/ui/default/staff/circ/patron/regctl.js  |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list