-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CIV-14932 Hide TRIAL_READINESS for MINTI (#4730)
* Made TRIAL_READINESS event only available to fast claims after minti release * Update values.preview.template.yaml * Update values.preview.template.yaml --------- Co-authored-by: GarethLancaster <[email protected]> Co-authored-by: drummondjm <[email protected]> Co-authored-by: vasudevganesanhmcts <[email protected]>
- Loading branch information
1 parent
bdfad50
commit e364bf6
Showing
3 changed files
with
39 additions
and
17 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
ccd-definition/CaseEvent/User/UserEventsCaseProg-MINTI-nonprod.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
[ | ||
{ | ||
"CaseTypeID": "CIVIL", | ||
"ID": "TRIAL_READINESS", | ||
"Name": "Confirm trial arrangements", | ||
"Description": "Confirm trial arrangements", | ||
"DisplayOrder": 20, | ||
"PreConditionState(s)": "HEARING_READINESS;PREPARE_FOR_HEARING_CONDUCT_HEARING", | ||
"PostConditionState": "*", | ||
"SecurityClassification": "Public", | ||
"CallBackURLAboutToStartEvent": "${CCD_DEF_CASE_SERVICE_BASE_URL}/cases/callbacks/about-to-start", | ||
"CallBackURLAboutToSubmitEvent": "${CCD_DEF_CASE_SERVICE_BASE_URL}/cases/callbacks/about-to-submit", | ||
"CallBackURLSubmittedEvent": "${CCD_DEF_CASE_SERVICE_BASE_URL}/cases/callbacks/submitted", | ||
"EventEnablingCondition": "allocatedTrack=\"FAST_CLAIM\" OR responseClaimTrack=\"FAST_CLAIM\"", | ||
"ShowSummary": "Y", | ||
"ShowEventNotes": "N", | ||
"RetriesTimeoutAboutToStartEvent": 0, | ||
"RetriesTimeoutURLAboutToSubmitEvent": 0 | ||
} | ||
] |
19 changes: 19 additions & 0 deletions
19
ccd-definition/CaseEvent/User/UserEventsCaseProg-MINTI-prod.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
[ | ||
{ | ||
"CaseTypeID": "CIVIL", | ||
"ID": "TRIAL_READINESS", | ||
"Name": "Confirm trial arrangements", | ||
"Description": "Confirm trial arrangements", | ||
"DisplayOrder": 20, | ||
"PreConditionState(s)": "HEARING_READINESS;PREPARE_FOR_HEARING_CONDUCT_HEARING", | ||
"PostConditionState": "*", | ||
"SecurityClassification": "Public", | ||
"CallBackURLAboutToStartEvent": "${CCD_DEF_CASE_SERVICE_BASE_URL}/cases/callbacks/about-to-start", | ||
"CallBackURLAboutToSubmitEvent": "${CCD_DEF_CASE_SERVICE_BASE_URL}/cases/callbacks/about-to-submit", | ||
"CallBackURLSubmittedEvent": "${CCD_DEF_CASE_SERVICE_BASE_URL}/cases/callbacks/submitted", | ||
"ShowSummary": "Y", | ||
"ShowEventNotes": "N", | ||
"RetriesTimeoutAboutToStartEvent": 0, | ||
"RetriesTimeoutURLAboutToSubmitEvent": 0 | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters