SORMAS-Project
SORMAS-Project copied to clipboard
SORMAS (Surveillance, Outbreak Response Management and Analysis System) is an early warning and management system to fight the spread of infectious diseases.
### Problem Description #10352 pointed out problems accessing persons related to entities the user should not be able to access. For example the person directory currently still lists persons related...
Fixes #10229
### Bug Description Making changes on a person page and clicking 'Save' leads to an endless loading. No error is displayed in the server logs or in the UI. ###...
### Bug Description Samples cannot be edited, saved or deleted. The fields are not accessible and the buttons are inactive. The behavior is observed in diverse automatic test since September...
Fixes #9881 Log line looks like this: ```json { "resourceType":"AuditEvent", "action":"C", "period":{ "start":"2022-09-22T11:40:00+02:00", "end":"2022-09-22T11:40:00+02:00" }, "recorded":"2022-09-22T11:40:00.091+02:00", "agent":[{ "type":{ "coding":[ { "system":"https://www.hl7.org/fhir/valueset-participation-role-type.html", "code":"110150", "display":"Application" } ] }, "name":"SYSTEM" }], "source": {...
### Situation Description As a user, I can enter the employment type, but it is often important to additionally see in which facility this employment is performed. For this reason,...
Fixes #9924
### Change Description In order for the admin to make an informed decision, he lacks information. In addition to the required right, the rights causing the message should also be...
#10343 Add new validations for required fields when adding data from API - add new validations for Sample and for TravelEntry - use @NotEmpty annotation instead of @Requried (it's gonna...