mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-09 19:13:08 +00:00
replaced type input by getRenderType method
This commit is contained in:
@@ -146,4 +146,7 @@ export class DSpaceObject implements CacheableObject, ListableObject {
|
||||
});
|
||||
}
|
||||
|
||||
getRenderType(): string {
|
||||
return this.constructor.name;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user