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([
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user