mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 23:13:04 +00:00
replaced type input by getRenderType method
This commit is contained in:
@@ -50,4 +50,8 @@ export class MetadataField implements ListableObject {
|
||||
}
|
||||
return key;
|
||||
}
|
||||
|
||||
getRenderType(): string {
|
||||
return this.constructor.name;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user