Skip to content
Snippets Groups Projects
Commit 78c6144f authored by Kristof De Langhe's avatar Kristof De Langhe
Browse files

68346: edit-bitstream-page onCancel

parent 87d7bc1a
No related branches found
No related tags found
No related merge requests found
......@@ -494,6 +494,13 @@ export class EditBitstreamPageComponent implements OnInit, OnDestroy {
this.bitstream.metadata = newMetadata;
}
/**
* Cancel the form and return to the previous page
*/
onCancel() {
this.location.back();
}
/**
* Unsubscribe from open subscriptions
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment