From a6185f08b2598080bbd164c3b2f0107ab622804a Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Thu, 22 Feb 2018 16:17:43 -0500 Subject: [PATCH] LP#1676608: remove legacy copy alerts field from vol/copy editor Signed-off-by: Galen Charlton Signed-off-by: Mike Rylander --- .../templates/staff/cat/volcopy/t_attr_edit.tt2 | 34 ++++------------------ .../src/templates/staff/cat/volcopy/t_defaults.tt2 | 5 ++-- .../web/js/ui/default/staff/cat/volcopy/app.js | 5 +--- 3 files changed, 9 insertions(+), 35 deletions(-) diff --git a/Open-ILS/src/templates/staff/cat/volcopy/t_attr_edit.tt2 b/Open-ILS/src/templates/staff/cat/volcopy/t_attr_edit.tt2 index 3d60493369..0af507222d 100644 --- a/Open-ILS/src/templates/staff/cat/volcopy/t_attr_edit.tt2 +++ b/Open-ILS/src/templates/staff/cat/volcopy/t_attr_edit.tt2 @@ -98,7 +98,7 @@ [% l('Status') %]
- [% l('Copy Alert') %] + [% l('Statistical Categories') %]
@@ -138,7 +138,6 @@
[% l('Reference?') %]
-
@@ -422,33 +421,13 @@
- -
-
-
-
- -
-
-
-
- -
-
-
- Statistical Categories -
-
-
- -
+
@@ -474,7 +453,6 @@
- diff --git a/Open-ILS/src/templates/staff/cat/volcopy/t_defaults.tt2 b/Open-ILS/src/templates/staff/cat/volcopy/t_defaults.tt2 index 77316e6cfa..d1c1f0e4c8 100644 --- a/Open-ILS/src/templates/staff/cat/volcopy/t_defaults.tt2 +++ b/Open-ILS/src/templates/staff/cat/volcopy/t_defaults.tt2 @@ -102,9 +102,8 @@
diff --git a/Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js b/Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js index 03cde64549..b15c55108e 100644 --- a/Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js +++ b/Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js @@ -946,8 +946,7 @@ function($scope , $q , $window , $routeParams , $location , $timeout , egCore , location : true, holdable : true, age_protect : true, - floating : true, - alert_message : true + floating : true } }; @@ -1746,7 +1745,6 @@ function($scope , $q , $window , $routeParams , $location , $timeout , egCore , createSimpleUpdateWatcher('mint_condition'); createSimpleUpdateWatcher('opac_visible'); createSimpleUpdateWatcher('ref'); - createSimpleUpdateWatcher('alert_message'); $scope.saveCompletedCopies = function (and_exit) { var cnHash = {}; @@ -2534,7 +2532,6 @@ function($scope , $q , $window , $routeParams , $location , $timeout , egCore , createSimpleUpdateWatcher('mint_condition'); createSimpleUpdateWatcher('opac_visible'); createSimpleUpdateWatcher('ref'); - createSimpleUpdateWatcher('alert_message'); $scope.suffix_list = []; itemSvc.get_suffixes(egCore.auth.user().ws_ou()).then(function(list){ -- 2.11.0