59334: added validation

This commit is contained in:
lotte
2019-02-12 12:48:32 +01:00
parent 45c699e4d8
commit 714811dc07
17 changed files with 226 additions and 52 deletions

View File

@@ -112,4 +112,8 @@ export class ComColFormComponent<T extends DSpaceObject> implements OnInit {
}
);
}
onCancel() {
this.location.back();
}
}