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-16459 Remove redundant "request another listing" screen #5305

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,5 @@
"hearing-schedule-access"
],
"CRUD": "CRU"
},
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"CaseFieldID": "requestAnotherHearingLabel",
"UserRoles": [
"hearing-schedule-access"
],
"CRUD": "CRU"
},
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"CaseFieldID": "requestAnotherHearing",
"UserRoles": [
"hearing-schedule-access"
],
"CRUD": "CRU"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -46,28 +46,5 @@
"PageColumnNumber": 1,
"FieldShowCondition" : "requestHearingNoticeDynamic = \"OTHER\"",
"ShowSummaryChangeOption": "Y"
},
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"CaseEventID": "HEARING_SCHEDULED_RETRIGGER",
"CaseFieldID": "requestAnotherHearingLabel",
"PageFieldDisplayOrder": 1,
"DisplayContext": "READONLY",
"PageID": "RequestAnotherHearing",
"PageDisplayOrder": 2,
"PageColumnNumber": 1,
"PageShowCondition" : "allocatedTrack = \"MULTI_CLAIM\" OR allocatedTrack = \"INTERMEDIATE_CLAIM\" OR responseClaimTrack = \"MULTI_CLAIM\" OR responseClaimTrack = \"INTERMEDIATE_CLAIM\"",
"ShowSummaryChangeOption": "N"
},
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"CaseEventID": "HEARING_SCHEDULED_RETRIGGER",
"CaseFieldID": "requestAnotherHearing",
"PageFieldDisplayOrder": 2,
"DisplayContext": "MANDATORY",
"PageID": "RequestAnotherHearing",
"PageDisplayOrder": 2,
"PageColumnNumber": 1,
"ShowSummaryChangeOption": "Y"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,5 @@
"FieldType": "Text",
"SecurityClassification": "Public",
"Searchable": "N"
},
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"ID": "requestAnotherHearingLabel",
"Label": "## Do you want to request another listing?",
"FieldType": "Label",
"SecurityClassification": "Public",
"Searchable": "N"
},
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"ID": "requestAnotherHearing",
"Label": "Request another hearing?",
"FieldType": "YesOrNo",
"SecurityClassification": "Public",
"Searchable": "N"
}
]
1 change: 1 addition & 0 deletions charts/civil-ccd/values.enableWA.preview.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ wa:
disabled: true
camunda-bpm:
java:
image: hmctsprivatetemp.azurecr.io/camunda/bpm:latest
environment:
CAMUNDA_DB_USER_NAME: "hmcts"
CAMUNDA_DB_PASSWORD: ${POSTGRES_PASSWORD}
Expand Down
3 changes: 2 additions & 1 deletion charts/civil-ccd/values.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ civil-translation:

am-org-role-mapping-service:
enabled: false

civil-general-applications:
java:
image: 'hmctspublic.azurecr.io/civil/general-applications:latest'
Expand Down Expand Up @@ -345,6 +345,7 @@ camunda-bpm:
enabled: true
java:
imagePullPolicy: Always
image: hmctsprivatetemp.azurecr.io/camunda/bpm:latest
ingressHost: camunda-${SERVICE_FQDN}
disableKeyVaults: true
releaseNameOverride: ${SERVICE_NAME}-camunda
Expand Down