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-14694 TEST ONLY #4818

Closed
wants to merge 11 commits into from
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
[
{
"ID": "JudgmentAddress",
"ListElementCode": "defendantAddressLine1",
"ElementLabel": " ",
"FieldType": "Text",
"SecurityClassification": "Public",
"Searchable": "N"
},
{
"ID": "JudgmentAddress",
"ListElementCode": "defendantAddressLine2",
"ElementLabel": " ",
"FieldType": "Text",
"SecurityClassification": "Public",
"Searchable": "N"
},
{
"ID": "JudgmentAddress",
"ListElementCode": "defendantAddressLine3",
"ElementLabel": " ",
"FieldType": "Text",
"SecurityClassification": "Public",
"Searchable": "N"
},
{
"ID": "JudgmentAddress",
"ListElementCode": "defendantAddressLine4",
"ElementLabel": " ",
"FieldType": "Text",
"SecurityClassification": "Public",
"Searchable": "N"
},
{
"ID": "JudgmentAddress",
"ListElementCode": "defendantAddressLine5",
"ElementLabel": " ",
"FieldType": "Text",
"SecurityClassification": "Public",
"Searchable": "N"
},
{
"ID": "JudgmentAddress",
"ListElementCode": "defendantPostCode",
"ElementLabel": " ",
"FieldType": "Text",
"SecurityClassification": "Public",
"Searchable": "N"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
"ID": "JoJudgment",
"ListElementCode": "defendant1Address",
"ElementLabel": " ",
"FieldType": "AddressUK",
"FieldType": "JudgmentAddress",
"SecurityClassification": "Public",
"Searchable": "N"
},
{
"ID": "JoJudgment",
"ListElementCode": "defendant2Address",
"ElementLabel": " ",
"FieldType": "AddressUK",
"FieldType": "JudgmentAddress",
"SecurityClassification": "Public",
"Searchable": "N"
},
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-5411'
keyVaults:
civil:
resourceGroup: civil
Expand Down
Loading