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** Objects aren't cached when they return `null`. This is visible for example on the search page, where thumbnails are requested again even tough they were embedded. **To...

bug
performance / caching
claimed: Atmire

**Describe the bug** As reported by @bram-atmire in https://github.com/DSpace/dspace-angular/issues/2554#issuecomment-1888669254 200 OK status codes are being returned for URL's with missing identifiers, this should return a 404 not found **To Reproduce**...

bug
component: SEO
claimed: Atmire

# Bug Description Placeholder values (year, month, day) in the date picker form element are hard-coded in https://github.com/DSpace/dspace-angular/blob/d5aca7633c666e8827eb6645868d4fffd6b04bb6/src/app/shared/form/builder/ds-dynamic-form-ui/models/date-picker/date-picker.component.ts#L51 https://github.com/DSpace/dspace-angular/blob/d5aca7633c666e8827eb6645868d4fffd6b04bb6/src/app/shared/form/builder/ds-dynamic-form-ui/models/date-picker/date-picker.component.ts#L52 https://github.com/DSpace/dspace-angular/blob/d5aca7633c666e8827eb6645868d4fffd6b04bb6/src/app/shared/form/builder/ds-dynamic-form-ui/models/date-picker/date-picker.component.ts#L53 ![image](https://github.com/DSpace/dspace-angular/assets/952735/e6c76570-b4c1-4e8a-bf23-97584dc4de26)

bug
i18n / l10n
component: submission

**Describe the bug** We are unable to add the metafield 'dc.description' to an item in the edit item page in the UI. The field does not appear in the dropdown,...

bug
needs triage

**Describe the bug** Currently the search labels are created based on the filters & their values present in the url, instead of using the [`appliedFilters`](https://github.com/DSpace/dspace-angular/blob/055122918fb29b33557dada4b8a900eafbe2090e/src/app/shared/search/models/search-query-response.model.ts#L25) that is sent back from...

bug
component: Discovery
needs triage
claimed: Atmire

**Describe the bug** When a field that uses a vocabulary already contains a value (on page refresh or using item template), the `displayed-value` is retrieved by sending the `stored-value` to...

bug
component: submission
claimed: Atmire

## References * Fixes #1764 ## Description The size of the groups and epeople list on access control page can be configured. The new configs are under a new accesscontrol...

improvement
1 APPROVAL
merge conflict

## References * Fixes #2687 * Fixes DSpace/DSpace#8678 * Ported to `dspace-7_x` in #2694 ## Description Short summary of changes (1-2 sentences). ## Instructions for Reviewers List of changes in...

bug
component: submission
1 APPROVAL

## References Fixes #2688 ## Description Fixes comcol-page-logo component to create a proper download link for the logo, attaching an authentication token to the url, akin to how thumbnail component...

authorization
1 APPROVAL
component: Community
component: Collection
merge conflict
port to dspace-7_x

**Describe the bug** It is impossible to create a new metadata schema from the UI when the namespace fields contains a period. Periods are very common in the namespace field...

bug
usability
component: administrative tools
claimed: Atmire