Merged PR 2342: ammend case status and descriptions per bugs

ammend case status and descriptions per bugs

Related work items: #23319, #23357, #23359, #23365, #23394
This commit is contained in:
Robert Bond
2026-05-26 07:50:33 +00:00
parent 4f3e3f5183
commit f6bbaa5c1d
4 changed files with 67 additions and 17 deletions
@@ -233,7 +233,7 @@ export const stagesByCaseType = {
{
stageId: 846040012,
titleKey: "minister-s-decision",
descriptionKey: "minister-s-decision-desc"
descriptionKey: "minister-s-decision-desc-callin"
},
{
stageId: 846040013,
@@ -565,7 +565,7 @@ export const stagesByCaseType = {
descriptionKey: "application-validated-desc"
},
{
stageId: 1,
stageId: 846040031,
titleKey: "application-start-case-in-progress",
descriptionKey: "application-start-case-in-progress-desc"
},
@@ -640,7 +640,7 @@ export const stagesByCaseType = {
{
stageId: 846040011,
titleKey: "report-to-ministers",
descriptionKey: "report-to-ministers-desc"
descriptionKey: "report-to-ministers-desc-cpo"
},
{
stageId: 846040013,
@@ -650,7 +650,53 @@ export const stagesByCaseType = {
]),
ELECTRICITY_ACT: "PLANNING_S78",
HARBOUR_REVISION_ORDER: "COMPULSORY_PURCHASE_ORDERS",
HARBOUR_REVISION_ORDER: buildStages([
{
stageId: 846040033,
titleKey: "order-submitted",
descriptionKey: "order-submitted-desc"
},
{
stageId: 846040040,
titleKey: "order-registered",
descriptionKey: "order-submission-registered-desc"
},
{
stageId: 846040041,
titleKey: "order-validated",
descriptionKey: "order-submission-validated-desc"
},
{
stageId: 1,
titleKey: "case-in-progress",
descriptionKey: "case-started-case-in-progress-desc"
},
{
stageId: 846040010,
titleKey: "statements",
descriptionKey: "statements-desc-order"
},
{
stageId: 846040019,
titleKey: "final-comments",
descriptionKey: "final-comments-desc-cpo"
},
{
stageId: 846040037,
titleKey: "event-site-visit",
descriptionKey: "event-site-visit-desc-order"
},
{
stageId: 846040056,
titleKey: "report-to-ministers",
descriptionKey: "report-to-ministers-desc-cpo"
},
{
stageId: 846040013,
titleKey: "case-closed",
descriptionKey: "case-closed-desc-order"
}
]),
TRANSPORT_WORKS: "PLANNING_S78",
WAYLEAVE: buildStages([
@@ -708,7 +754,7 @@ export const stagesByCaseType = {
descriptionKey: "appeal-validated-desc"
},
{
stageId: 1,
stageId: 846040045,
titleKey: "case-in-progress-assessment",
descriptionKey: "case-in-progress-desc"
},