Skip to content

Commit

Permalink
Added subject field to latest query model
Browse files Browse the repository at this point in the history
  • Loading branch information
Gareth40342 committed Jan 29, 2025
1 parent 25b1703 commit c3b04ef
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
10 changes: 9 additions & 1 deletion ccd-definition/ComplexTypes/LatestQuery-nonprod.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
{
"ID": "LatestQuery",
"ListElementCode": "name",
"ListElementCode": "subject",
"FieldType": "Text",
"ElementLabel": " ",
"SecurityClassification": "Public",
Expand All @@ -22,5 +22,13 @@
"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
2 changes: 1 addition & 1 deletion charts/civil-ccd/values.preview.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ civil-wa:

civil-service:
java:
image: 'hmctspublic.azurecr.io/civil/service:latest'
image: 'hmctspublic.azurecr.io/civil/service:pr-6068'
keyVaults:
civil:
resourceGroup: civil
Expand Down

0 comments on commit c3b04ef

Please sign in to comment.