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-14268 TEST #4638

Closed
wants to merge 17 commits into from
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
2 changes: 1 addition & 1 deletion Jenkinsfile_CNP
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def type = "nodejs"
def product = "civil"
def component = "ccd"
def camundaBranch = "master"
def dmnBranch = "master"
def dmnBranch = "CIV-14270"
def waStandaloneBranch = "master"

def yarnBuilder = new uk.gov.hmcts.contino.YarnBuilder(this)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"Name": "Add a case note",
"Description": "Add a case note",
"DisplayOrder": 16,
"PreConditionState(s)": "PENDING_CASE_ISSUED;CASE_ISSUED;AWAITING_CASE_DETAILS_NOTIFICATION;AWAITING_RESPONDENT_ACKNOWLEDGEMENT;AWAITING_APPLICANT_INTENTION;CASE_PROGRESSION;CASE_DISMISSED;PROCEEDS_IN_HERITAGE_SYSTEM;All_FINAL_ORDERS_ISSUED;PREPARE_FOR_HEARING_CONDUCT_HEARING;JUDICIAL_REFERRAL;CASE_SETTLED;CLOSED",
"PreConditionState(s)": "PENDING_CASE_ISSUED;CASE_ISSUED;AWAITING_CASE_DETAILS_NOTIFICATION;AWAITING_RESPONDENT_ACKNOWLEDGEMENT;AWAITING_APPLICANT_INTENTION;CASE_PROGRESSION;CASE_DISMISSED;PROCEEDS_IN_HERITAGE_SYSTEM;All_FINAL_ORDERS_ISSUED;PREPARE_FOR_HEARING_CONDUCT_HEARING;JUDICIAL_REFERRAL;CASE_SETTLED;CLOSED;CASE_DISCONTINUED",
"PostConditionState": "*",
"SecurityClassification": "Public",
"ShowSummary": "Y",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -278,5 +278,19 @@
"DisplayContext": "MANDATORY",
"ShowSummaryChangeOption":"Y",
"FieldShowCondition":"typeOfDiscontinuance=\"PART_DISCONTINUANCE\""
},
{
"CaseTypeID": "CIVIL",
"CaseEventID": "DISCONTINUE_CLAIM_CLAIMANT",
"CaseFieldID": "hearingDate",
"PageID": "DiscontinuanceType",
"PageLabel": "Type of Discontinuance",
"PageDisplayOrder": 6,
"PageFieldDisplayOrder":2,
"PageColumnNumber": 1,
"DisplayContext": "READONLY",
"ShowSummaryChangeOption": "N",
"FieldShowCondition":"typeOfDiscontinuance=\"DO NOT SHOW ON UI\"",
"Publish": "Y"
}
]
1 change: 1 addition & 0 deletions charts/civil-ccd/values.preview.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ civil-service:
- name: hmc-servicebus-shared-access-key-tf
alias: HMC_HEARINGS_TOPIC_ACCESS_KEY
environment:
WA_TOGGLE: SD
LAUNCH_DARKLY_ENV: ${SERVICE_FQDN}
OIDC_ISSUER: https://forgerock-am.service.core-compute-idam-aat2.internal:8443/openam/oauth2/realms/root/realms/hmcts
SERVICE_REQUEST_UPDATE: https://${SERVICE_NAME}.preview.platform.hmcts.net/service-request-update
Expand Down
Loading