metadata representation

This commit is contained in:
lotte
2019-10-10 16:18:14 +02:00
parent 0fb12c4274
commit dfe1143184
48 changed files with 131 additions and 102 deletions

View File

@@ -146,7 +146,7 @@ export class DSpaceObject implements CacheableObject, ListableObject {
});
}
getRenderType(): string {
return this.constructor.name;
getRenderTypes(): string[] {
return [this.constructor.name];
}
}