mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 23:13:04 +00:00
metadata representation
This commit is contained in:
@@ -29,7 +29,7 @@ export class BrowseEntry implements ListableObject {
|
||||
*/
|
||||
count: number;
|
||||
|
||||
getRenderType(): string {
|
||||
return (this as any).type.value;
|
||||
getRenderTypes(): string[] {
|
||||
return [this.constructor.name];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user