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