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

DTSCCI-765 - Remove PBA Accounts Field from create claim #4746

Merged
merged 14 commits into from
Sep 4, 2024
Merged
64 changes: 0 additions & 64 deletions ccd-definition/CaseEventToFields/CreateClaim.json
Original file line number Diff line number Diff line change
Expand Up @@ -556,21 +556,6 @@
"ShowSummaryChangeOption": "Y",
"FieldShowCondition": "personalInjuryType = \"PERSONAL_INJURY_OTHER\""
},
{
"CaseTypeID": "CIVIL",
"CaseEventID": "CREATE_CLAIM",
"CaseFieldID": "applicantSolicitor1PbaAccountsIsEmpty",
"PageFieldDisplayOrder": 1,
"DisplayContext": "OPTIONAL",
"PageID": "PbaNumber",
"PageDisplayOrder": 31,
"PageColumnNumber": 1,
"ShowSummaryChangeOption": "Y",
"CaseEventFieldLabel": "Pay fee using Payment by Account (PBA)",
"FieldShowCondition": "claimFee = \"DO_NOT_SHOW_IN_UI\"",
"Comment": "Hidden field to show noPbaAccountsLabel when applicantSolicitor1PbaAccounts is empty",
"PageShowCondition": "claimStarted=\"Yes\""
},
{
"CaseTypeID": "CIVIL",
"CaseEventID": "CREATE_CLAIM",
Expand All @@ -582,55 +567,6 @@
"PageColumnNumber": 1,
"ShowSummaryChangeOption": "Y"
},
{
"CaseTypeID": "CIVIL",
"CaseEventID": "CREATE_CLAIM",
"CaseFieldID": "applicantSolicitor1PbaAccounts",
"PageFieldDisplayOrder": 3,
"DisplayContext": "MANDATORY",
"PageID": "PbaNumber",
"PageDisplayOrder": 31,
"PageColumnNumber": 1,
"CaseEventFieldLabel": "Select a PBA",
"ShowSummaryChangeOption": "Y",
"FieldShowCondition": "paymentTypePBA != \"PBAv3\""
},
{
"CaseTypeID": "CIVIL",
"CaseEventID": "CREATE_CLAIM",
"CaseFieldID": "pbaAccountsInformationLabel",
"PageFieldDisplayOrder": 4,
"DisplayContext": "READONLY",
"PageID": "PbaNumber",
"PageDisplayOrder": 31,
"PageColumnNumber": 1,
"ShowSummaryChangeOption": "N",
"FieldShowCondition": "applicantSolicitor1PbaAccountsIsEmpty != \"Yes\" AND paymentTypePBA != \"PBAv3\""
},
{
"CaseTypeID": "CIVIL",
"CaseEventID": "CREATE_CLAIM",
"CaseFieldID": "noPbaAccountsLabel",
"PageFieldDisplayOrder": 5,
"DisplayContext": "READONLY",
"PageID": "PbaNumber",
"PageDisplayOrder": 31,
"PageColumnNumber": 1,
"ShowSummaryChangeOption": "N",
"FieldShowCondition": "applicantSolicitor1PbaAccountsIsEmpty = \"Yes\" AND paymentTypePBA != \"PBAv3\""
},
{
"CaseTypeID": "CIVIL",
"CaseEventID": "CREATE_CLAIM",
"CaseFieldID": "claimIssuedPaymentDetails",
"PageFieldDisplayOrder": 1,
"DisplayContext": "COMPLEX",
"PageID": "PaymentReference",
"PageDisplayOrder": 32,
"PageColumnNumber": 1,
"ShowSummaryChangeOption": "Y",
"PageShowCondition": "claimStarted=\"Yes\" AND paymentTypePBA != \"PBAv3\""
},
{
"CaseTypeID": "CIVIL",
"CaseEventID": "CREATE_CLAIM",
Expand Down
Loading