securis/src/main/resources/static/js/licenses.js
.. .. @@ -102,6 +102,7 @@ 102 102 103 103 $scope.save = function() { 104 104 var _success = function() { 105 + if (!$scope.isNew) $scope.showForm = false;105 106 $scope.packs = packResource.query(); 106 107 } 107 108 packResource.save($scope.pack, _success)