1
0

add DSONameService

This commit is contained in:
Art Lowel
2020-02-26 13:58:09 +01:00
parent f67387ed65
commit 5b326aea92
6 changed files with 193 additions and 12 deletions

View File

@@ -69,6 +69,7 @@ export class DSpaceObject extends ListableObject implements CacheableObject {
/**
* The name for this DSpaceObject
* @deprecated use {@link DSONameService} instead
*/
get name(): string {
return (isUndefined(this._name)) ? this.firstMetadataValue('dc.title') : this._name;