Bugfix: get installStateComplete variable from labels

This commit is contained in:
Bjarke Berg
2019-02-25 14:37:25 +01:00
parent 9bcce48df3
commit 57af355d85

View File

@@ -167,7 +167,7 @@ function FormsController($scope, $cookies, packageResource, localizationService)
return packageResource.installData(pack);
}, vm.error)
.then(function(pack) {
vm.state = installStateComplete;
vm.state = labels.installStateComplete;
return packageResource.cleanUp(pack);
}, vm.error)
.then(vm.complete, vm.error);