4Science / dspace-angular

Angular UI for DSpace and DSpace-CRIS. In the dspace-cris-7 branch you can find the extension to support DSpace-CRIS
BSD 3-Clause "New" or "Revised" License
14 stars 28 forks source link

improve handling of orgUnit names: allow to fallback to dc.title #36

Closed saschaszott closed 1 month ago

saschaszott commented 1 year ago

Description

DSpace CRIS assumes (?) that orgUnit names are stored in organization.legalName. If this metadata field is not set the code should fallback to dc.title (the same fallback is applied in person name handling).

floriangantner commented 1 month ago

this has been considered in recet 2023.02.xx releases https://github.com/4Science/dspace-angular/blob/dspace-cris-2023_02_x/src/app/core/breadcrumbs/dso-name.service.ts#L53