dspace-angular
dspace-angular copied to clipboard
DSpace 7.x (and later) User Interface built on Angular.io
**Describe the bug** The statistics link in the header navbar is contextualized to the DSpace Object that is currently visualized, site, community, collection or item. This is confusing for end...
## Description When displaying a Community with both child Collections and sub-Communities, the pagination controls for the two lists will have duplicate `id` attributes. SiteImprove considers this an accessibility issue....
**Describe the bug** This issue is reproducible on both https://sandbox.dspace.org (running pre-8.0) and https://demo.dspace.org (running 7.x). When attempting to create a new Collection, the request always takes a long time...
The section "Discover" on the Dspace home page is missing Spanish translations for it's title and advanced search. Suggested translations: - Discover = "Filtrar" (Since more than discovering something you're...
To reproduce this, you can either WAVE the page (a static accessibility testing tool, an addon to the browser) of insert the hexadecimal values of the colors to WebAIM's [ContrastChecker](https://webaim.org/resources/contrastchecker/)....
## References * Fixes #2891 * Fixes #2889 ## Description This is a small follow-up PR to fix the mentioned issues ## Checklist - [x] My PR is small in...
## References * Fixes #2668 (if this fixes an issue ticket) ## Description Cookie setting menu accesibility bug fixed. ## Instructions for Reviewers i have fixed the issues about contrast...
## References * Fixes #2904 ## Description This PR fixes an issue where on save the first describe step wouldn't show it was validated after saving with certain configurations. ##...
DSpace 8 Metadata Query report results are only displayed in the UI. Users cannot export the results. A way to add an export option would be to mimic what already...
In the component classes of DSpace 8 reports (filtered-collections-component.ts and filtered-items-component.ts), a DSpaceRestService insance is used to send requests to the REST layer. It may be better to create and...