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" - ] } ] }