You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Describe the bug
OrgUnits with some dc.title are displayed as untitled (or it's corresponding translation)
To Reproduce
See
dspace-angular/src/app/core/breadcrumbs/dso-name.service.ts
Line 53 in 327a5bd
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.
The text was updated successfully, but these errors were encountered: