mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-14 05:23:06 +00:00
metadata representation
This commit is contained in:
@@ -146,7 +146,7 @@ export class DSpaceObject implements CacheableObject, ListableObject {
|
||||
});
|
||||
}
|
||||
|
||||
getRenderType(): string {
|
||||
return this.constructor.name;
|
||||
getRenderTypes(): string[] {
|
||||
return [this.constructor.name];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user