Skip to content

Commit

Permalink
New hearing notice tasks for minti
Browse files Browse the repository at this point in the history
  • Loading branch information
drummondjm authored and drummondjm committed Dec 11, 2024
1 parent 0230900 commit 31ac9ac
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
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-15725-minti-hearing-notice"
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 @@ -114,7 +114,8 @@
"ShowEventNotes": "N",
"EndButtonLabel": "Submit",
"RetriesTimeoutAboutToStartEvent": 0,
"RetriesTimeoutURLAboutToSubmitEvent": 0
"RetriesTimeoutURLAboutToSubmitEvent": 0,
"Publish": "Y"
},
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
[
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"CaseEventID": "CONFIRM_LISTING_COMPLETED",
"CaseFieldID": "allocatedTrack",
"PageFieldDisplayOrder": 10,
"DisplayContext": "READONLY",
"PageID": "WorkAllocationIntegrationFields",
"PageDisplayOrder": 99,
"PageShowCondition": "confirmListingTickBox=\"DONOTSHOW\"",
"Publish": "Y"
},
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"CaseEventID": "CONFIRM_LISTING_COMPLETED",
"CaseFieldID": "responseClaimTrack",
"PageFieldDisplayOrder": 10,
"DisplayContext": "READONLY",
"PageID": "WorkAllocationIntegrationFields",
"PageDisplayOrder": 99,
"Publish": "Y"
}
]

0 comments on commit 31ac9ac

Please sign in to comment.