Sascha Szott

Results 26 issues of Sascha Szott

**Description** Running `fn start` (as `root`) on Debian 10 Buster is failing with error message ``` time="2021-02-20T11:17:49Z" level=fatal msg="Cannot get the proper memory information to size server." error="open /proc/meminfo: permission...

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

bug
help wanted
i18n / l10n
good first issue
medium priority

## Describe the bug missing translations of `submission.sections.describe.relationship-lookup.title.isPublicationOfAuthor` and `submission.sections.describe.relationship-lookup.search-tab.tab-title.isPublicationOfAuthor` ![image](https://user-images.githubusercontent.com/952735/179257728-1b4cc6e8-311c-4487-b30f-f58d7c0e2475.png) ## To Reproduce Steps to reproduce the behavior: 1. enable "configurable entites" feature 2. establish a "person" collection 3....

bug
help wanted
i18n / l10n
high priority
good first issue

**Describe the bug** Currently RegisterDOI does not have an associated label translation. The translation of `curation-task.task.registerdoi.label` is missing. ![image](https://user-images.githubusercontent.com/952735/179236900-4fcc5e01-29fd-4bf5-9f67-e5ca6b6572cf.png) **To Reproduce** Steps to reproduce the behavior: 1. Open "Edit Collection"...

bug
help wanted
i18n / l10n
high priority
good first issue
component: Collection

## Bug Description There is a typo (missing "c") in a description value: ### Postgres https://github.com/DSpace/DSpace/blob/4bc95a31982831a04aad33f20b2a6e720aa7ff02/dspace-api/src/main/resources/org/dspace/storage/rdbms/sqlmigration/postgres/V1.4__Upgrade_to_DSpace_1.4_schema.sql#L183 ### H2 https://github.com/DSpace/DSpace/blob/4bc95a31982831a04aad33f20b2a6e720aa7ff02/dspace-api/src/main/resources/org/dspace/storage/rdbms/sqlmigration/h2/V1.4__Upgrade_to_DSpace_1.4_schema.sql#L173 What is the recommended way of fixing this "issue"? Should I...

bug
backend: FlywayDB
help wanted

## References This PR fixes #9288 ## Description This PR adds a simple validation of the page url.

bug
1 APPROVAL
port to dspace-7_x

## Bug Description It is possible to manipulate the page url, which is shown in a readonly input text field of the feedback form. The backend (`FeedbackRestRepository`) does **not** validate...

bug

## References Fixes #2825

bug
i18n / l10n
component: submission
1 APPROVAL
merge conflict
port to dspace-7_x

## Description This PR adds imports of missing Angular interfaces, e.g. `OnInit`, `OnDestroy` etc. @tdonohue , is it possible to add an appropriate lint check?

code task

## Description This PR applies some layout improvements to the feedback form page by increasing vertical spacing. ### Before ![image](https://github.com/DSpace/dspace-angular/assets/952735/275fc851-5897-4f59-8a38-b76cf39eceb8) ### After ![image](https://github.com/DSpace/dspace-angular/assets/952735/7c788449-fb17-47c8-8064-dd3e97f8252a)

bug
1 APPROVAL
merge conflict
port to dspace-7_x