Jonas Cirotzki
Jonas Cirotzki
### Problem Description For example, if we change the user name, the action gets log through the auditor, however, the name is not included in the log line. This shows...
### Feature Description S2S should be able to target jurisdiction with a share, not only an instance. ### Problem Description Currently S2S was build with the assumption that a receiver...
### Bug Description Split from #9836. A rough summary: A shares a case with B and hands over ownership, and then B shares the received case back with A, again...
### Bug Description While working on #8674, I noticed some inconsistencies around `isEditAllowed` specifically the implementation in: - `CampaignService.java` where a basic implementation was added which needs to be verified...
### Bug Description When tests are executed, method arguments annotated with `@Valid` are not validated. ### Steps to Reproduce Take a look at this (currently skipped) test in `CountryFacadeEjbTest`: ```java...
### Problem Description We have the `BaseFacade` mechanism, however, there are still facades which do not extend it. This would allow for greater consistency and less duplicated code. ### Proposed...
Ticks one box (i.e., `PersonFacade`) of #9708 While I was waiting for news about the current S2S crisis, I decided to do something useful and conducted some code gardening :farmer:
**Required Functionality** I want to use `synth`, however, one unsupported field type (see #305) currently blocks the complete import process. **Proposed Solution** Introduce a flag which skips over unsupported types...
**Required Functionality** I want to use `synth` on a PostgreSQL DB, however, it does not feature a converter for `tstzrange`. **Proposed Solution** Implement a converter for `tstzrange`. **Use case** I...
**Required Functionality** When I encounter an unsupported field type, I want to know the name of the column and in which table it is located. Currently, I receive something like...