dspace-angular
dspace-angular copied to clipboard
DSpace 7.x (and later) User Interface built on Angular.io
## References * Fixes #1660 ## Description This PR contains functionality to delete processes. On a process page, a delete button has been added that will delete the current process...
## References - Resolves #1749 - Resolves #1750 ## Description Adds new config settings for no. of communities to display on the home page & community-list page. ## Instructions for...
## References * Fixes #1793. ## Description Make sure a `CheckAuthenticationTokenAction` is triggered if authentication fails (this happens when the backend is restarted while a non-expired token is in storage)....
## References * Fixes #1796 ## Description This PR updates our .gitattributes to force code to use LF line endings. Most of these updates were borrowed directly from angular-cli: https://github.com/angular/angular-cli/blob/main/.gitattributes...
## Description See the title. This is an elaboration of local work that was needed to create a custom new-item dialog in our local theme (instead of hacking the stock...
During implementation of https://github.com/DSpace/dspace-angular/issues/601 I encountered several issues with request of embed objects. In many case when the request is already fetched by rest, the payload returned is undefined due...
**Describe the bug** In DSpace 7, Edit Item > Authorizations..., e.g. https://demo7.dspace.org/items/03731881-2185-4baf-a6a8-1438a4d29dc8/edit/authorizations, after one changes a Policy Group, no Group appears for that Policy. **To Reproduce** 1. Before any changes,...
## Description Invent a new configuration property to control the number of results per page when displaying browse results. ## Instructions for Reviewers List of changes in this PR: *...
**Is your feature request related to a problem? Please describe.** In DSpace 7, thumbnails appear in Search Grid view but not List view. **Describe the solution you'd like** Please add...
**Is your feature request related to a problem? Please describe.** The v7 ui app is generating textarea form elements with explicit `spellcheck=false`. This disables browser based spellchecking functionality (which I'm...