dspace-angular
dspace-angular copied to clipboard
DSpace 7.x (and later) User Interface built on Angular.io
**Describe the bug** Our current convention to enable theming for individual components is to 0. For a component `Something` with the selector `ds-something` 1. Create a `ThemedComponent` wrapper, with the...
**Describe the bug** In my experience, we tend not to pay much attention to ESLint _warnings_ as we do breaking errors. However, it appears that some warning rules are among...
## References * Fixes DSpace/DSpace#9178 * Backported to 7.x in #2641 ## Description Adds field-specific error messages for regex validation in the form of `error.validation.pattern.schema_element_qualifier`. If no error message for...
## References * Fixes #2702 ## Description The code inside the angular application was changed to also consider the ```environment``` for obtaining the languageHashes instead of only considering the ```process.env.languageHash```...
**Describe the bug** The admin menu is shown after logging via Shibboleth as an administrator (fixed by https://github.com/DSpace/dspace-angular/pull/1805) However, the export and import options are missing from the menu. To...
**Describe the bug** If you upload a SVG file as collection logo, it will not show up. Instead a jpeg/png logo will do. I'm using 7.5 version **To Reproduce** Steps...
## References * Related #2235 ## Description Since Angular [14.1.0](https://github.com/angular/angular/releases/tag/14.1.0) it is now possible to update the `@Input()`s on a `ComponentRef` using the method `setInput()`. This has some advantages, because...
## References * Fixes #2729 * Fixes #2739 * PR for main: #2734 ## Description Clears all url parameters when switching search tabs on entity pages to avoid using non-existent...
## Description Currently the same search results is used for all the admin sidebar modals (create/edit Community/Collection/Item) and the search in scope modal. This PR adds an easy way to...
## References * Fixes #2613 ## Description Fixed the Item Mapper not paginating the items correctly. Because the page config was improperly configured the request to the backend did not...