dspace-angular
dspace-angular copied to clipboard
DSpace 7.x (and later) User Interface built on Angular.io
Traditionally, labels for the submission forms were managed in input-forms.xml, outside of the general message catalog. It's not 100% clear to me how we are going to tackle i18n for...
From release plan spreadsheet Estimate from release plan: 14 hours Expressing interest: none No additional notes
**Background** During submission and workflow, Edit Bitstream displays a form that includes the Access Condition section to help submitters and reviewers choose the appropriate access policy for the bitstream. **Problem**...
## Describe the bug Two template files contain a hard coded "or" which should be replaced by an translation key lookup: ```html or ``` - src/app/shared/search-form/scope-selector-modal/scope-selector-modal.component.html - src/app/shared/dso-selector/modal-wrappers/create-community-parent-selector/create-community-parent-selector.component.html What is...
## Describe the bug missing translations of `submission.sections.describe.relationship-lookup.title.isPublicationOfAuthor` and `submission.sections.describe.relationship-lookup.search-tab.tab-title.isPublicationOfAuthor`  ## To Reproduce Steps to reproduce the behavior: 1. enable "configurable entites" feature 2. establish a "person" collection 3....
**Describe the bug** Currently RegisterDOI does not have an associated label translation. The translation of `curation-task.task.registerdoi.label` is missing.  **To Reproduce** Steps to reproduce the behavior: 1. Open "Edit Collection"...
**Describe the bug** In https://github.com/DSpace/dspace-angular/pull/1627 we've used a number of strategies to mitigate the problem that pages appear to load twice: they come back from the server fully rendered, but...
**Describe the bug** I can't find this described in another issue. I notice that when I login as an administrator using Shibboleth only basic options are rendered. All options become...
**Describe the bug** The Cookie consent dialog doesn't look to the google analytics property to decide if a consent is needed about statistics service or not. **To Reproduce** This can...
Google Analytics is going to lose support of the UA ID on July 2023 the code currently in [google-analytics.service.ts](https://github.com/DSpace/dspace-angular/blob/main/src/app/statistics/google-analytics.service.ts#L40-L46) only supports the UA identifier, this needs to be changed to...