Commit 2258abb
committed
#13337 - Fixed unable to process lab messages
The problem was cause by missing annotation on the ExternalMessage class.
Field CaseClassification was not annotated with String enum type.
- Added correct annotation to the CaseClassification field in the ExternalMessage class.1 parent 4227118 commit 2258abb
File tree
1 file changed
+2
-0
lines changed- sormas-backend/src/main/java/de/symeda/sormas/backend/externalmessage
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
| 227 | + | |
| 228 | + | |
227 | 229 | | |
228 | 230 | | |
229 | 231 | | |
| |||
0 commit comments