Skip to content

orgunit name untitled is preferred than dc.title #103

@floriangantner

Description

@floriangantner

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions