diff --git a/frontend/app/components/wp-edit/wp-edit-form.directive.ts b/frontend/app/components/wp-edit/wp-edit-form.directive.ts index eb4a1dc72a..0209b43308 100644 --- a/frontend/app/components/wp-edit/wp-edit-form.directive.ts +++ b/frontend/app/components/wp-edit/wp-edit-form.directive.ts @@ -42,6 +42,7 @@ export class WorkPackageEditFormController { this.workPackage.save() .then(() => { + angular.forEach(this.fields, field => field.setErrorState(false)); deferred.resolve(); }) .catch((error) => {