Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CIV-16535 JBA Bug fixes #5352

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
4 changes: 2 additions & 2 deletions ccd-definition/CaseEvent/Camunda/CaseEvents-JO-nonprod.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"ID": "SEND_JUDGMENT_DETAILS_CJES_SA",
"Name": "Send judgement CJES Set aside",
"Name": "Send judgment CJES Set aside",
"Description": " ",
"PreConditionState(s)": "*",
"PostConditionState": "*",
Expand All @@ -15,7 +15,7 @@
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"ID": "SEND_JUDGMENT_DETAILS_CJES",
"Name": "Send judgement details CJES",
"Name": "Send judgment details CJES",
"Description": " ",
"PreConditionState(s)": "*",
"PostConditionState": "*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"ID": "NOTIFY_RESPONDENT1_FOR_REQUEST_JUDGEMENT_BY_ADMISSION",
"Name": "Email: Transferred offline",
"Description": "Notify respondent 1 for request judgement by admission",
"Description": "Notify respondent 1 for request judgment by admission",
"PreConditionState(s)": "*",
"PostConditionState": "*",
"SecurityClassification": "Public",
Expand Down
4 changes: 2 additions & 2 deletions ccd-definition/CaseEvent/User/UserEvents-JO-nonprod.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"ID": "REQUEST_JUDGEMENT_ADMISSION_SPEC",
"Name": "Request Judgement by Admission",
"Description": "Request Judgement by Admission (Specified)",
"Name": "Request Judgment by Admission",
"Description": "Request Judgment by Admission (Specified)",
"DisplayOrder": 10,
"PreConditionState(s)": "AWAITING_APPLICANT_INTENTION;All_FINAL_ORDERS_ISSUED",
"PostConditionState": "*",
Expand Down
2 changes: 1 addition & 1 deletion ccd-definition/CaseEvent/User/UserEvents-R2-CUI.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"ID": "LIP_CLAIM_SETTLED",
"Name": "Claim is settle",
"Name": "Claim is settled",
"Description": "Claim settle response from Citizen Claimant",
"PreConditionState(s)": "*",
"PostConditionState": "CASE_SETTLED",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@
"DisplayContext": "READONLY",
"PageID": "WorkAllocationIntegrationFields",
"PageDisplayOrder": 2,
"PageShowCondition": "ccjPaymentPaidSomeLabel=\"DONOTSHOW\"",
"Publish": "Y"
},
{
Expand Down
2 changes: 1 addition & 1 deletion ccd-definition/CaseField/CaseFieldLRspec-CUI.json
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"ID": "ccjJudgmentFixedCostOption",
"Label": " ",
"HintText": "This will include fixed costs for judgement",
"HintText": "This will include fixed costs for judgment",
"FieldType": "YesOrNo",
"SecurityClassification": "Public",
"Searchable": "N"
Expand Down