Skip to content

Commit

Permalink
Added new query management case categories
Browse files Browse the repository at this point in the history
  • Loading branch information
Gareth40342 committed Feb 3, 2025
1 parent b79c094 commit 6920bdc
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
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-15686"
def waStandaloneBranch = "master"

def yarnBuilder = new uk.gov.hmcts.contino.YarnBuilder(this)
Expand Down
16 changes: 16 additions & 0 deletions ccd-definition/ComplexTypes/LatestQuery-nonprod.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,28 @@
"SecurityClassification": "Public",
"Searchable": "N"
},
{
"ID": "LatestQuery",
"ListElementCode": "subject",
"FieldType": "Text",
"ElementLabel": " ",
"SecurityClassification": "Public",
"Searchable": "N"
},
{
"ID": "LatestQuery",
"ListElementCode": "isHearingRelated",
"FieldType": "YesOrNo",
"ElementLabel": " ",
"SecurityClassification": "Public",
"Searchable": "N"
},
{
"ID": "LatestQuery",
"ListElementCode": "dateSubmitted",
"FieldType": "DateTime",
"ElementLabel": " ",
"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 @@ -64,6 +64,7 @@ wa:

wa-task-management-api:
java:
ingressHost: ccd-message-publisher-${SERVICE_FQDN}
environment:
ROLE_ASSIGNMENT_URL: http://am-role-assignment-service-aat.service.core-compute-aat.internal
POSTGRES_CONNECTION_OPTIONS: "?stringtype=unspecified"
Expand Down

0 comments on commit 6920bdc

Please sign in to comment.