dspace-angular
dspace-angular copied to clipboard
DSpace 7.x (and later) User Interface built on Angular.io
## References _Add references/links to any related issues or PRs. These may include:_ * Fixes #3255 * Requires https://github.com/DSpace/DSpace/pull/9794 ## Description Add new optional collection home page to display new...
## Describe the bug The Item page randomly gets stuck and doesn't load the content. The issue occurs for anonymous users in 8.x. I believe this is related to the...
## Describe the bug System wide alert does not display in DSpace 8.x If you turn on system wide alert and save, it might temporarily show up in your logged...
## Describe the bug In DSpace 8.x, opening the simple item page of a withdrawn item when logged in as administrator stalls the frontend instance for about 10 to 15...
Hi @tdonohue, I like to share this PR with you. ## References * Fixes #3101 * Requires DSpace/DSpace#9866 ## Description Add rechaptcha's verification to feedback form. URI URL: '/info/feedback' Add...
## Description Currently, the relationship type labels are not unique and don't work well when the relationship type is not in the form `is{Entity1}Of{Entity2}`. This PR ensures they are unique...
## References * Fixes #2869 * Requires Backend PR: https://github.com/DSpace/DSpace/pull/9793 ## Description - * The list of current members on the edit group page is searchable now; * Edit EPerson...
## References * Fixes #3288 ## Description This PR introduces a change to the CreateCommunityParentSelectorComponent to display the admin-div section only to users with Site Administrator privileges. ## Instructions for...
## References This is a backport to DSpace 8 of #3268 ## Description see #3268 ## Checklist - [x] My PR is **created against the `main` branch** of code (unless...
## References * Fixes #3265 ## Description Introduced 4 new ESLint rules to enforce coding conventions that we already apply to most of the code. This work is based on...