File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
sormas-api/src/main/java/de/symeda/sormas/api/caze
sormas-backend/src/main/java/de/symeda/sormas/backend/caze Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -384,6 +384,7 @@ public class CaseDataDto extends SormasToSormasShareableDto implements IsCase {
384384 Disease .RESPIRATORY_SYNCYTIAL_VIRUS ,
385385 Disease .OTHER })
386386 @ Outbreaks
387+ @ Size (max = FieldConstraints .CHARACTER_LIMIT_DEFAULT , message = Validations .textTooLong )
387388 private VaccinationStatus vaccinationStatus ;
388389 @ Outbreaks
389390 private String vaccinationStatusDetails ;
Original file line number Diff line number Diff line change @@ -956,7 +956,7 @@ public void setVaccinationStatus(VaccinationStatus vaccination) {
956956 this .vaccinationStatus = vaccination ;
957957 }
958958
959- @ Column (length = FieldConstraints .CHARACTER_LIMIT_BIG )
959+ @ Column (length = FieldConstraints .CHARACTER_LIMIT_DEFAULT )
960960 public String getVaccinationStatusDetails () {
961961 return vaccinationStatusDetails ;
962962 }
You can’t perform that action at this time.
0 commit comments