dspace-angular icon indicating copy to clipboard operation
dspace-angular copied to clipboard

DSpace 7.x (and later) User Interface built on Angular.io

Results 496 dspace-angular issues
Sort by recently updated
recently updated
newest added

**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...

bug
needs discussion
themes
needs triage

**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...

bug
help wanted
code task

## 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...

bug
component: submission
error handling
1 APPROVAL

## 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```...

i18n / l10n
needs discussion
new feature
low priority

**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...

bug
help wanted
high priority
authentication: Shibboleth
performance / caching

**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...

bug
help wanted
medium priority
component: Community
component: Collection

## 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...

code task
themes
merge conflict

## 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...

bug
1 APPROVAL
affects: 7.x

## 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...

code task
1 APPROVAL

## 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...

bug
component: Discovery
1 APPROVAL
medium priority
claimed: Atmire
port to dspace-7_x