From: Mike Rylander Date: Tue, 1 Sep 2015 17:03:44 +0000 (-0400) Subject: webstaff: Clear template name after application so another can be selected X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ea38b91ea173f009aef4875a9d7732847bf75673;p=evergreen%2Fmasslnc.git webstaff: Clear template name after application so another can be selected Signed-off-by: Mike Rylander Signed-off-by: Galen Charlton Signed-off-by: Jason Stephenson --- 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 68aab84b98..bdc86b307a 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 @@ -669,6 +669,7 @@ function($scope , $q , $routeParams , $location , $timeout , egCore , egNet , eg }); } }); + $scope.template_name = ''; } var dataKey = $routeParams.dataKey; @@ -1049,6 +1050,7 @@ function($scope , $q , $routeParams , $location , $timeout , egCore , egNet , eg }); } }); + $scope.template_name = ''; } $scope.deleteTemplate = function (n) {