-
Notifications
You must be signed in to change notification settings - Fork 538
Download button rendering on item page does not label Primary bitstream #5542
Copy link
Copy link
Labels
DSpace-CRIS mergerThis ticket/PR relates to the merger of DSpace-CRIS into DSpace.This ticket/PR relates to the merger of DSpace-CRIS into DSpace.affects: mainIssue impacts "main" (latest release).Issue impacts "main" (latest release).bugclaimed: eScireeScire team is working on this issue & will contribute backeScire team is working on this issue & will contribute backcomponent: Item(Archived) Item display or editing(Archived) Item display or editingtestathonReported by a tester during Community TestathonReported by a tester during Community TestathonuxUser Experience related worksUser Experience related works
Metadata
Metadata
Assignees
Labels
DSpace-CRIS mergerThis ticket/PR relates to the merger of DSpace-CRIS into DSpace.This ticket/PR relates to the merger of DSpace-CRIS into DSpace.affects: mainIssue impacts "main" (latest release).Issue impacts "main" (latest release).bugclaimed: eScireeScire team is working on this issue & will contribute backeScire team is working on this issue & will contribute backcomponent: Item(Archived) Item display or editing(Archived) Item display or editingtestathonReported by a tester during Community TestathonReported by a tester during Community TestathonuxUser Experience related worksUser Experience related works
Type
Projects
Status
🏗 In Progress
Describe the bug
On an item page with simple links for file download, a "Primary" badge is added next to a primary file/bitstream when applicable (see also documentation). However when the item page uses the new Download button component display, there's no badge and therefore no way for the user to see which is the primary file.
Observed on sandbox (10.0) while configured to use the new Download component.
To Reproduce
Steps to reproduce the behavior:
showDownloadLinkAsAttachmentis set totrueso the Download component is usedExpected behavior
The primary badge is displayed on the Download button component, or the information is clearly designated to the user in a similar way.
Related work
New component was added in: #5132