Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit 356f68c

Browse files
SORMAS-Foundation#3451 set follow up status to null for generated persons
1 parent ed992e0 commit 356f68c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

sormas-ui/src/main/java/de/symeda/sormas/ui/configuration/DevModeView.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,7 @@ private void generateCases() {
450450
// person
451451
PersonDto person = PersonDto.build();
452452
fillEntity(person, referenceDateTime);
453+
person.setSymptomJournalStatus(null);
453454
setPersonName(person);
454455

455456
CaseDataDto caze = CaseDataDto.build(person.toReference(), disease);
@@ -524,6 +525,7 @@ private void generateContacts() {
524525
} else {
525526
person = PersonDto.build();
526527
fillEntity(person, referenceDateTime);
528+
person.setSymptomJournalStatus(null);
527529
setPersonName(person);
528530

529531
if (config.isCreateMultipleContactsPerPerson()) {

0 commit comments

Comments
 (0)