Skip to content

Commit

Permalink
SSCSCI-1202: Amend hearing outcome 2 (#1669)
Browse files Browse the repository at this point in the history
amend hearing outcome

Co-authored-by: Arunabha Chowdhury <[email protected]>
  • Loading branch information
NHAL22 and ArunabhaChowdhury authored Jan 6, 2025
1 parent 69c1dda commit 43b9583
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,8 @@ public enum EventType {
NEW_CASE_ROLES_ASSIGNED("newCaseRolesAssigned",0,false),
WA_CASE_MIGRATION("waCaseMigration", 0, false),
ADD_HEARING_OUTCOME("addHearingOutcome", 0, false),
REMOVE_CASE_OUTCOME("removeCaseOutcome", 0, false);
REMOVE_CASE_OUTCOME("removeCaseOutcome", 0, false),
AMEND_HEARING_OUTCOME("amendHearingOutcome", 0, false);

private final String type;
private final String ccdType;
Expand Down

0 comments on commit 43b9583

Please sign in to comment.