Merged PR 2368: case stage ROW updates and case closed variants and adv search fix

Related work items: #23551, #23555, #23559
This commit is contained in:
Robert Bond
2026-06-03 12:44:59 +00:00
parent a9be19b901
commit d0cae0fff1
9 changed files with 160 additions and 33 deletions
+47 -1
View File
@@ -120,6 +120,22 @@
"stringmapid": "c056f05c-7f90-eb11-aac2-00224800be9c",
"attributevalue": 846040015
},
{
"value": "RoW Orders (Wreps)",
"value_cy": "Gorchmynion RoW (Wreps)"
},
{
"value": "RoW Orders (Inquiry)",
"value_cy": "Gorchmynion RoW (Ymholiad)"
},
{
"value": "RoW (Requests for a Direction)",
"value_cy": "Ceisiadau am Gyfarwyddyd (RoW)"
},
{
"value": "RoW (Schedule 14 Appeals)",
"value_cy": "RoW (Apeliadau Atodlen 14)"
},
{
"value": "Common Land",
"value_cy": "Tir Comin",
@@ -189,6 +205,11 @@
],
"statusCodes": [
[
{
"value": "Case Submitted",
"value_cy": "Achos a Gyflwynwyd",
"statuscode": 0
},
{
"value": "Pre-Application",
"value_cy": "Cyn Ymgeisio",
@@ -447,7 +468,32 @@
{
"value": "Case Closed - Decision Issued",
"value_cy": "Achos Ar Gau - Penderfyniad Wedi'i Gyhoeddi",
"statuscode": "52"
"statuscode": 52
},
{
"value": "Information Provided",
"value_cy": "Gwybodaeth a Ddarparwyd",
"statuscode": 53
},
{
"value": "Problem Solved",
"value_cy": "Problem wedi'i Datrys",
"statuscode": 54
},
{
"value": "Case Closed - Invalid",
"value_cy": "Achos Ar Gau - Annilys",
"statuscode": 55
},
{
"value": "Case Closed - Withdrawn",
"value_cy": "Achos Ar Gau - Tynnwyd yn ôl",
"statuscode": 56
},
{
"value": "Case Closed - Cancelled",
"value_cy": "Achos Ar Gau - Wedi'i ganslo",
"statuscode": 57
}
]
],