Completed edit page and tests.

This commit is contained in:
Michael Spalti
2021-12-03 18:00:26 -08:00
parent 5865b83697
commit 9ae38f4a6c
2 changed files with 265 additions and 151 deletions

View File

@@ -342,7 +342,10 @@ export class EditBitstreamPageComponent implements OnInit, OnDestroy {
*/
entityType: string;
isIIIF: boolean;
/**
* Set to true when the parent item supports IIIF.
*/
isIIIF = false;
/**
* Array to track all subscriptions and unsubscribe them onDestroy