From: Mike Rylander Date: Tue, 1 Sep 2015 17:03:44 +0000 (-0400) Subject: Clear template name after application so another can be selected X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=35a231584bd8b75c496be7e48129e2a522dccf9a;p=working%2FEvergreen.git Clear template name after application so another can be selected Signed-off-by: Mike Rylander --- 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) {