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** In #2750 some entry component decorators were replaced with static maps, e.g. `rendersMenuItemForType` and `rendersBrowseBy`. There are still a few problems that should be addressed: - The...

bug
needs triage

I propose to use `@fortawesome/angular-fontawesome` instead of `@fortawesome/fontawesome-free` [https://www.npmjs.com/package/@fortawesome/angular-fontawesome](https://www.npmjs.com/package/@fortawesome/angular-fontawesome) This library provides an Angular component that allows to add icons like this... ```html ``` ...instead of this: ```html ``` **The...

help wanted
accessibility
new feature

In #2886, code was added to the `request.service.ts` which initializes the CSRF token if one does not already exist. In the below comment, @atarix & @artlowel agreed that this should...

bug
code task

**Describe the bug** In our Angular 16 upgrade PR #2871, GitHub's CodeQL scanner noted a possible "Unvalidated dynamic method call" error: https://github.com/DSpace/dspace-angular/pull/2871/checks?check_run_id=23429832711 The error is noted on this line of...

bug
high priority

In #2871 we upgraded to Angular 16. In recent Dev meetings, @atarix83 that the upgrade to Angular 17 is much easier to achieve. This ticket is a placeholder for that...

dependencies
high priority

## References * Fixes #2868 ## Description Currently the create community & collection pages don't have any breadcrumbs this PR fixes this. The workspace item/workflow item forms also don't contain...

bug
component: Item
component: Community
component: Collection
merge conflict
claimed: Atmire

## References * Fixes #2874 (currently only for the `MetadataValue` methods) ## Description This creates a `MetadataService` similar to the backend service that can be used for metadata manipulation. By...

bug
code task

## Description Moved 2 themed components in the `custom` theme that were in the incorrect folder. Also added a missing themed component template to the `custom` theme and fixed a...

bug
themes
1 APPROVAL
port to dspace-7_x

Added Arabic Translation Added ar.json5 translation and modified config files to include this translation List of changes in this PR: Added Arabic translation Updated config.example.yml

i18n / l10n
1 APPROVAL
port to dspace-7_x

## References * Fixes [#9236](https://github.com/DSpace/DSpace/issues/9236) * REST side of this PR: [#9368](https://github.com/DSpace/DSpace/pull/9368) * "7_x" REST side of this PR: [#9369](https://github.com/DSpace/DSpace/pull/9369) * "7_x" Angular side of this PR: [#2839](https://github.com/DSpace/dspace-angular/pull/2839) ## Description...

bug
component: statistics
merge conflict