[open-ils-commits] [GIT] Evergreen ILS branch rel_3_1 updated. 0aaa1a0dcd5148238e51a87c4b38c49837556de3

Evergreen Git git at git.evergreen-ils.org
Mon Jun 11 12:16:53 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, rel_3_1 has been updated
       via  0aaa1a0dcd5148238e51a87c4b38c49837556de3 (commit)
      from  1d8bee0cd623d608ffd992637dc6671abbf1b222 (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 0aaa1a0dcd5148238e51a87c4b38c49837556de3
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