Skip to content

Commit

Permalink
CIV-14124 - translated order notification (#4562)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-meulendijks-v1 authored Jul 9, 2024
1 parent 9f1b14a commit 5cd59cd
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,5 +154,17 @@
"CaseEventID": "CREATE_DASHBOARD_NOTIFICATION_DECISION_RECONSIDERATION_DEFENDANT1",
"UserRole": "caseworker-civil-systemupdate",
"CRUD": "CRU"
},
{
"CaseTypeID": "CIVIL",
"CaseEventID": "NOTIFY_CLAIMANT_UPLOADED_DOCUMENT_ORDER_NOTICE",
"UserRole": "caseworker-civil-systemupdate",
"CRUD": "CRU"
},
{
"CaseTypeID": "CIVIL",
"CaseEventID": "NOTIFY_DEFENDANT_UPLOADED_DOCUMENT_ORDER_NOTICE",
"UserRole": "caseworker-civil-systemupdate",
"CRUD": "CRU"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,31 @@
"ShowSummary": "N",
"ShowEventNotes": "N",
"RetriesTimeoutURLAboutToSubmitEvent": 0
},
{
"CaseTypeID": "CIVIL",
"ID": "NOTIFY_CLAIMANT_UPLOADED_DOCUMENT_ORDER_NOTICE",
"Name": "Notify Claimant Welsh order",
"Description": "Notify Claimant of order translation",
"PreConditionState(s)": "*",
"PostConditionState": "*",
"SecurityClassification": "Public",
"CallBackURLAboutToSubmitEvent": "${CCD_DEF_CASE_SERVICE_BASE_URL}/cases/callbacks/about-to-submit",
"ShowSummary": "N",
"ShowEventNotes": "N",
"RetriesTimeoutURLAboutToSubmitEvent": 0
},
{
"CaseTypeID": "CIVIL",
"ID": "NOTIFY_DEFENDANT_UPLOADED_DOCUMENT_ORDER_NOTICE",
"Name": "Notify Defendant Welsh order",
"Description": "Notify Defendant of order translation",
"PreConditionState(s)": "*",
"PostConditionState": "*",
"SecurityClassification": "Public",
"CallBackURLAboutToSubmitEvent": "${CCD_DEF_CASE_SERVICE_BASE_URL}/cases/callbacks/about-to-submit",
"ShowSummary": "N",
"ShowEventNotes": "N",
"RetriesTimeoutURLAboutToSubmitEvent": 0
}
]
6 changes: 6 additions & 0 deletions ccd-definition/FixedLists/DocumentType-CUI-CP-nonprod.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,11 @@
"ListElementCode": "REQUEST_FOR_RECONSIDERATION",
"ListElement": "Request for reconsideration",
"DisplayOrder": 24
},
{
"ID": "DocumentType",
"ListElementCode": "ORDER_NOTICE_TRANSLATED_DOCUMENT",
"ListElement": "Translated order",
"DisplayOrder": 25
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"ID": "TranslatedDocumentType",
"ListElementCode": "ORDER_NOTICE",
"ListElement": "Orders and notices",
"DisplayOrder": 4
}
]

0 comments on commit 5cd59cd

Please sign in to comment.