Skip to content

Commit

Permalink
Merge pull request #114 from hmcts/RET-4244-SplitAmends
Browse files Browse the repository at this point in the history
RET-4244: Different Taskid
  • Loading branch information
fergusoshea committed Oct 27, 2023
2 parents a26f043 + 1afd413 commit ac457ae
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"caseData": {
"template": "minimal-draft-case.json",
"replacements": {
"referralCollection": []
"referralCollection": null
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"caseData": {
"template": "minimal-draft-case.json",
"replacements": {
"referralCollection": []
"referralCollection": null
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
{
"id": "{$VERIFIER-UUID}",
"name": "Amend Party Details",
"type": "AmendPartyDetails",
"type": "AmendClaimantDetails",
"task_state": "unassigned",
"task_system": "SELF",
"security_classification": "PUBLIC",
Expand All @@ -93,7 +93,7 @@
"case_management_category": "Employment",
"work_type_id": "applications",
"work_type_label": "Applications",
"description": "[Update Claimant Details](cases/case-details/${[CASE_REFERENCE]}/trigger/amendClaimantDetails/amendClaimantDetails1) [OR Respondent Details](cases/case-details/${[CASE_REFERENCE]}/trigger/amendRespondentDetails/amendRespondentDetails1)[,as instructed]",
"description": "[Update Claimant Details](cases/case-details/${[CASE_REFERENCE]}/trigger/amendClaimantDetails/amendClaimantDetails1)[,as instructed]",
"role_category": "ADMIN"
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
{
"id": "{$VERIFIER-UUID}",
"name": "Amend Party Details",
"type": "AmendPartyDetails",
"type": "AmendRespondentDetails",
"task_state": "unassigned",
"task_system": "SELF",
"security_classification": "PUBLIC",
Expand All @@ -118,7 +118,7 @@
"case_management_category": "Employment",
"work_type_id": "applications",
"work_type_label": "Applications",
"description": "[Update Claimant Details](cases/case-details/${[CASE_REFERENCE]}/trigger/amendClaimantDetails/amendClaimantDetails1) [OR Respondent Details](cases/case-details/${[CASE_REFERENCE]}/trigger/amendRespondentDetails/amendRespondentDetails1)[,as instructed]",
"description": "[Update Respondent Details](cases/case-details/${[CASE_REFERENCE]}/trigger/amendRespondentDetails/amendRespondentDetails1)[,as instructed]",
"role_category": "ADMIN"
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
{
"id": "{$VERIFIER-UUID}",
"name": "Amend Party Details",
"type": "AmendPartyDetails",
"type": "AmendRespondentDetails",
"task_state": "unassigned",
"task_system": "SELF",
"security_classification": "PUBLIC",
Expand All @@ -93,7 +93,7 @@
"case_management_category": "Employment",
"work_type_id": "applications",
"work_type_label": "Applications",
"description": "[Update Claimant Details](cases/case-details/${[CASE_REFERENCE]}/trigger/amendClaimantDetails/amendClaimantDetails1) [OR Respondent Details](cases/case-details/${[CASE_REFERENCE]}/trigger/amendRespondentDetails/amendRespondentDetails1)[,as instructed]",
"description": "[Update Respondent Details](cases/case-details/${[CASE_REFERENCE]}/trigger/amendRespondentDetails/amendRespondentDetails1)[,as instructed]",
"role_category": "ADMIN"
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
{
"id": "{$VERIFIER-UUID}",
"name": "Amend Party Details",
"type": "AmendPartyDetails",
"type": "AmendClaimantDetails",
"task_state": "unassigned",
"task_system": "SELF",
"security_classification": "PUBLIC",
Expand All @@ -118,7 +118,7 @@
"case_management_category": "Employment",
"work_type_id": "applications",
"work_type_label": "Applications",
"description": "[Update Claimant Details](cases/case-details/${[CASE_REFERENCE]}/trigger/amendClaimantDetails/amendClaimantDetails1) [OR Respondent Details](cases/case-details/${[CASE_REFERENCE]}/trigger/amendRespondentDetails/amendRespondentDetails1)[,as instructed]",
"description": "[Update Claimant Details](cases/case-details/${[CASE_REFERENCE]}/trigger/amendClaimantDetails/amendClaimantDetails1)[,as instructed]",
"role_category": "ADMIN"
}
]
Expand Down

0 comments on commit ac457ae

Please sign in to comment.