From 47a4558a46e2ffc4b99fc874acb58d3b844d66f8 Mon Sep 17 00:00:00 2001 From: "francesco.mangiacrapa" Date: Wed, 1 Mar 2023 14:28:30 +0100 Subject: [PATCH] Added "unpublish" for Esquilino on PUBLISHED phase --- D4S_UCDs/PRE/preVRE/Esquilino.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/D4S_UCDs/PRE/preVRE/Esquilino.json b/D4S_UCDs/PRE/preVRE/Esquilino.json index ac25ee4..0150d32 100644 --- a/D4S_UCDs/PRE/preVRE/Esquilino.json +++ b/D4S_UCDs/PRE/preVRE/Esquilino.json @@ -542,6 +542,17 @@ "display_on_phase": [ "Published" ] + }, + { + "id": "unpublish", + "title": "UnPublish", + "call_STEPS": [ + "UNPUBLISH" + ], + "description": "UnPublish the Project", + "display_on_phase": [ + "PUBLISHED" + ] } ] }