forked from DSpace/dspace-angular
-
Notifications
You must be signed in to change notification settings - Fork 34
Closed
Labels
Description
Describe the bug
OrgUnits with some dc.title are displayed as untitled (or it's corresponding translation)
To Reproduce
See
| return dso.firstMetadataValue('organization.legalName') || this.translateService.instant('dso.name.untitled') || dso.firstMetadataValue('dc.title'); |
Expected behavior
We would expect the order
return dso.firstMetadataValue('organization.legalName') || dso.firstMetadataValue('dc.title') || this.translateService.instant('dso.name.untitled');
Related work
Link to any related tickets or PRs here.