Fix #5519: Authors with invalid Authority entries not displayed properly#5540
Fix #5519: Authors with invalid Authority entries not displayed properly#5540guillermo-escire wants to merge 2 commits into
Conversation
|
@guillermo-escire pr_5540.mp4 |
There was a problem hiding this comment.
An.evidence-based.algorithm.for.early.prognosis.of.severe.dengue.in.the.outpatient.setting.mp4
Thanks @guillermo-escire for the contribution! The video shows an extra newline causing a UI layout issue. Please correct this.
https://sandbox.dspace.org/entities/publication/an-evidence-based-algorithm-for-early-prognosis-of-severe-dengue-in-the-outpatient-setting
|
Hi @guillermo-escire, |
|
Closing as this has been replaced by #5665 which happened to fix this issue along with some other related problems. Apologies for the overlapping PRs in this scenario. But, thanks @guillermo-escire for your contribution nonetheless. |
References
Fixes #5519
Description
Authors with invalid Authority entries were appearing smashed together on Item pages. This fix ensures proper separation between authors regardless of whether they have a valid or invalid Authority value.
Instructions for Reviewers
Instructions for Reviewers
List of changes in this PR:
between each ds-metadata-representation-loader in the @for loop so authors are always visually separated.
How to test:
Checklist
This checklist provides a reminder of what we are going to look for when reviewing your PR. You do not need to complete this checklist prior creating your PR (draft PRs are always welcome).
However, reviewers may request that you complete any actions in this list if you have not done so. If you are unsure about an item in the checklist, don't hesitate to ask. We're here to help!
mainbranch of code (unless it is a backport or is fixing an issue specific to an older branch).npm run lintnpm run check-circ-deps)package.json), I've made sure their licenses align with the DSpace BSD License based on the Licensing of Contributions documentation.