forked from hazza/dspace-angular
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