Skip to content

Commit 11e26fe

Browse files
stuart-hmctsStuart Wilson
andauthored
SSCSFT-140 Apply system actions when HEF is issued (#1904)
* SSCSFT-139 Issue HEF manually from any case state * SSCSFT-139 Issue HEF manually from any case state * SSCSFT-133 Create and Display Confidentiality Tab for CM cases * SSCSFT-133 Create and Display Confidentiality Tab for CM cases * SSCSFT-133 Create and Display Confidentiality Tab for CM cases * SSCSFT-133 Create and Display Confidentiality Tab for CM cases * SSCSFT-140 Apply system actions when HEF is issued --------- Co-authored-by: Stuart Wilson <stuart.wilson@hmtcs.net>
1 parent fa164c1 commit 11e26fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/uk/gov/hmcts/reform/sscs/ccd/domain/InterlocReviewState.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
public enum InterlocReviewState {
1010
AWAITING_ADMIN_ACTION("awaitingAdminAction"),
1111
AWAITING_INFORMATION("awaitingInformation"),
12+
HEF_ISSUED("hefIssued"),
1213
NONE("none"),
1314
REVIEW_BY_JUDGE("reviewByJudge"),
1415
REVIEW_BY_TCW("reviewByTcw"),

0 commit comments

Comments
 (0)