[open-ils-commits] [GIT] Evergreen ILS branch rel_3_0 updated. 8960fb1d3ed7cb927f7d818bc758728f84429436
Evergreen Git
git at git.evergreen-ils.org
Mon Jun 11 12:17:23 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_0 has been updated
via 8960fb1d3ed7cb927f7d818bc758728f84429436 (commit)
from 1a7a1a9af9b9f339d6f4d0e2d974e1511c99af4f (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 8960fb1d3ed7cb927f7d818bc758728f84429436
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 3b6d81b..0e17b39 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