Merged PR 2493: updated ministerial decision and removed inspectors decision for sips
updated ministerial decision and removed inspectors decision for sips Related work items: #24335
This commit is contained in:
@@ -80,7 +80,63 @@ export const stagesByCaseType = {
|
|||||||
}
|
}
|
||||||
]),
|
]),
|
||||||
|
|
||||||
SIP: "DNS",
|
SIP: buildStages([
|
||||||
|
{
|
||||||
|
stageId: 846040001,
|
||||||
|
titleKey: "pre-application",
|
||||||
|
descriptionKey: "pre-application-desc"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
stageId: 846040002,
|
||||||
|
titleKey: "environmental-impact-assessment-scoping",
|
||||||
|
descriptionKey: "environmental-impact-assessment-scoping-desc"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
stageId: 846040003,
|
||||||
|
titleKey: "notification",
|
||||||
|
descriptionKey: "notification-desc"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
stageId: 846040004,
|
||||||
|
titleKey: "acceptance-checking",
|
||||||
|
descriptionKey: "acceptance-checking-desc"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
stageId: 846040005,
|
||||||
|
titleKey: "invalid-submission",
|
||||||
|
descriptionKey: "invalid-submission-desc"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
stageId: 846040006,
|
||||||
|
titleKey: "consultation",
|
||||||
|
descriptionKey: "consultation-desc"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
stageId: 846040007,
|
||||||
|
titleKey: "re-consultation",
|
||||||
|
descriptionKey: "re-consultation-desc"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
stageId: 846040008,
|
||||||
|
titleKey: "reporting",
|
||||||
|
descriptionKey: "reporting-desc"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
stageId: 846040011,
|
||||||
|
titleKey: "report-to-ministers",
|
||||||
|
descriptionKey: "report-to-ministers-desc"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
stageId: 846040012,
|
||||||
|
titleKey: "minister-s-decision",
|
||||||
|
descriptionKey: "minister-s-decision-desc"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
stageId: 846040013,
|
||||||
|
titleKey: "case-closed",
|
||||||
|
descriptionKey: "case-closed-desc-dnssips"
|
||||||
|
}
|
||||||
|
]),
|
||||||
|
|
||||||
PLANNING_S78: buildStages([
|
PLANNING_S78: buildStages([
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -98,8 +98,8 @@ export const statusValues = [
|
|||||||
"statuscode": 3
|
"statuscode": 3
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"value": "Minister's Decision",
|
"value": "Ministerial decision",
|
||||||
"value_cy": "Penderfyniad y Gweinidog",
|
"value_cy": "Penderfyniad gweinidogol",
|
||||||
"statuscode": 846040012
|
"statuscode": 846040012
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -235,8 +235,8 @@ export const statusValues = [
|
|||||||
},
|
},
|
||||||
{ "value": "Event", "value_cy": "Digwyddiad", "statuscode": 846040049 },
|
{ "value": "Event", "value_cy": "Digwyddiad", "statuscode": 846040049 },
|
||||||
{
|
{
|
||||||
"value": "Minister's Decision",
|
"value": "Ministerial decision",
|
||||||
"value_cy": "Penderfyniad y Gweinidog",
|
"value_cy": "Penderfyniad gweinidogol",
|
||||||
"statuscode": 846040050
|
"statuscode": 846040050
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -256,8 +256,8 @@
|
|||||||
"statuscode": 9
|
"statuscode": 9
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"value": "Minister's Decision",
|
"value": "Ministerial decision",
|
||||||
"value_cy": "Penderfyniad y Gweinidog",
|
"value_cy": "Penderfyniad gweinidogol",
|
||||||
"statuscode": 10
|
"statuscode": 10
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
"report-to-ministers": "Report to Ministers",
|
"report-to-ministers": "Report to Ministers",
|
||||||
"report-to-ministers-desc-cpo": "The Inspector has submitted their report to the Welsh Ministers.",
|
"report-to-ministers-desc-cpo": "The Inspector has submitted their report to the Welsh Ministers.",
|
||||||
"report-to-ministers-desc": "The Welsh Ministers have received the Inspector(s)'s report and will issue their decision.",
|
"report-to-ministers-desc": "The Welsh Ministers have received the Inspector(s)'s report and will issue their decision.",
|
||||||
"minister-s-decision": "Minister's Decision",
|
"minister-s-decision": "Ministerial decision",
|
||||||
"minister-s-decision-desc": "The Welsh Ministers have issued their decision on this application.",
|
"minister-s-decision-desc": "The Welsh Ministers have issued their decision on this application.",
|
||||||
"minister-s-decision-desc-callin": "The Welsh Ministers will issue their decision.",
|
"minister-s-decision-desc-callin": "The Welsh Ministers will issue their decision.",
|
||||||
"case-closed": "Case Closed",
|
"case-closed": "Case Closed",
|
||||||
|
|||||||
Reference in New Issue
Block a user