Skip to content

Commit

Permalink
Merge pull request #12667 from SORMAS-Foundation/#12571-Add_constant_…
Browse files Browse the repository at this point in the history
…for_automatic_processing_possible

#12571 - Add AUTOMATIC_PROCESSING_POSSIBLE constant in ExternalMessag…
  • Loading branch information
MateStrysewske authored Oct 18, 2023
2 parents 712953b + 995e756 commit 8f0432d
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 8f0432d

Please sign in to comment.