SORMAS-Project icon indicating copy to clipboard operation
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.

Results 460 SORMAS-Project issues
Sort by recently updated
recently updated
newest added

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

discuss
backend
important
hotfix
change
persons

### 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
vaadin-app
persons
major

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

bug
laboratory
vaadin-app
users
feedback
major

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

feature
de-public
persons

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

vaadin-app
users
change

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