From 56ca60f1778d59e0128a0d27dd101821c941d14b Mon Sep 17 00:00:00 2001 From: "francesco.mangiacrapa" Date: Mon, 20 Feb 2023 10:51:06 +0100 Subject: [PATCH] Updated the UCD --- D4S_UCDs/Esquiline/Esquilino.json | 30 ++++-------------------------- 1 file changed, 4 insertions(+), 26 deletions(-) diff --git a/D4S_UCDs/Esquiline/Esquilino.json b/D4S_UCDs/Esquiline/Esquilino.json index 43dae3e..333ec27 100644 --- a/D4S_UCDs/Esquiline/Esquilino.json +++ b/D4S_UCDs/Esquiline/Esquilino.json @@ -442,37 +442,15 @@ "display_on_phase": [] }, { - "id": "submit_for_review", - "title": "Submit for Review", + "id": "publish", + "title": "Publish the Project", "call_STEPS": [ - "SUBMIT-FOR-REVIEW" + "PUBLISH" ], - "description": "Submit the Project (for review)", + "description": "Publish the Project", "display_on_phase": [ "DRAFT" ] - }, - { - "id": "reject", - "title": "Reject", - "call_STEPS": [ - "REJECT-DRAFT" - ], - "description": "Reject the Project", - "display_on_phase": [ - "Pending Approval" - ] - }, - { - "id": "approve", - "title": "Approve", - "call_STEPS": [ - "APPROVE-SUBMITTED" - ], - "description": "Approve the Project", - "display_on_phase": [ - "Pending Approval" - ] } ] }