Skip to content

Commit

Permalink
#12571 - Add AUTOMATIC_PROCESSING_POSSIBLE constant in ExternalMessag…
Browse files Browse the repository at this point in the history
…eDto
  • Loading branch information
carina29 committed Oct 18, 2023
1 parent 712953b commit 995e756
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ public class ExternalMessageDto extends SormasToSormasShareableDto {
public static final String STATUS = "status";
public static final String ASSIGNEE = "assignee";
public static final String SURVEILLANCE_REPORT = "surveillanceReport";
public static final String AUTOMATIC_PROCESSING_POSSIBLE = "automaticProcessingPossible";

@AuditIncludeProperty
private ExternalMessageType type;
Expand Down

0 comments on commit 995e756

Please sign in to comment.