From 9f1950597e461e69b0faae67a21434c1ab98d69c Mon Sep 17 00:00:00 2001 From: "francesco.mangiacrapa" Date: Wed, 1 Mar 2023 12:12:46 +0100 Subject: [PATCH] Added "unpublish" step in the WORKFLOW_ACTION_LIST_GUI --- D4S_UCDs/PRE/preVRE/Concessioni.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/D4S_UCDs/PRE/preVRE/Concessioni.json b/D4S_UCDs/PRE/preVRE/Concessioni.json index 4c5a116..60fd597 100644 --- a/D4S_UCDs/PRE/preVRE/Concessioni.json +++ b/D4S_UCDs/PRE/preVRE/Concessioni.json @@ -637,6 +637,17 @@ "display_on_phase": [ "Pending Approval" ] + }, + { + "id": "unpublish", + "title": "UnPublish", + "call_STEPS": [ + "UNPUBLISH" + ], + "description": "UnPublish the Project", + "display_on_phase": [ + "Published" + ] } ] }