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

## References * Follow-up to #2067 and #2934 ## Description This PR changes the default setting of `inlineCriticalCss` to `false` (disabled) in order to improve the SSR (Server Side Rendering)...

performance / caching
configuration
1 APPROVAL
port to dspace-7_x

## Description This change makes is to the live import preview shows all metadata values present, not only the first one. This gives user a better idea of the item...

bug
1 APPROVAL
tools:import-sources
port to dspace-7_x

**Describe the bug** Apparently the `indent` rule in ESLint doesn't play well with decorated properties in TypeScript: they are indented with 4 spaces, e.g. [here](https://github.com/DSpace/dspace-angular/blame/0a1764c65ad8cfd0a8e74776cee36073723681c4/src/app/core/shared/bitstream.model.ts#L31). This doesn't cause any real...

bug
low priority

**Describe the bug** The dynamic form library we use defines date values as `string | object | Date`. We assume that `value.toString()` is date-like in at least two places: -...

bug
low priority
needs triage

**Describe the bug** This discrepancy was highlighted by the `@typescript-eslint/no-unsafe-enum-comparison` rule in #2865 There is no overlap between the `BrowseByDataType` enum and the string value of `VALUE_LIST_BROWSE_DEFINITION`. Appears in -...

bug
needs triage

## References * Fixes #2947 ## Description Extend the EPerson render types to make the dso-name factory for EPersons work. ## Instructions for Reviewers List of changes in this PR:...

bug
1 APPROVAL
port to dspace-7_x

**Describe the bug** The author link on an item view does not work as expected. It has been discovered that the query parameter `value` matching exactly the author string literal...

bug

**Describe the bug** The factory which returns the name for `EPerson` objects in the `dso-name.service` is currently not used. **To Reproduce** This was tested with DSpace 7.6.1. We do not...

bug

**Describe the bug** Following the documentation for running 7_x in docker I encountered this when trying to create the admin account: Exception: Problem connecting to database. This indicates issue with...

bug
needs triage
backend: Docker

**Is your feature request related to a problem? Please describe.** DSpace/DSpace#9438 adds support for SAML authentication to the back-end. This functionality needs to be exposed in the UI. **Describe the...

new feature
needs triage