mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-13 13:03:04 +00:00
[CSTPER-222] handle metadata reading for communities and collections
This commit is contained in:
@@ -67,8 +67,7 @@ export class Community extends DSpaceObject implements ChildHALResource {
|
||||
* A string representing the unique handle of this Community
|
||||
*/
|
||||
get handle(): string {
|
||||
const metadataValue = this.firstMetadataValue('dc.identifier.uri');
|
||||
return metadataValue ? metadataValue : this._handle;
|
||||
return this.firstMetadataValue('dc.identifier.uri');
|
||||
}
|
||||
|
||||
set handle(value: string) {
|
||||
|
Reference in New Issue
Block a user