Added unpublish step to UCD

This commit is contained in:
Francesco Mangiacrapa 2023-03-02 11:18:21 +01:00
parent 0090950e9d
commit 139e96222a
1 changed files with 11 additions and 0 deletions

View File

@ -637,6 +637,17 @@
"display_on_phase": [ "display_on_phase": [
"Pending Approval" "Pending Approval"
] ]
},
{
"id": "unpublish",
"title": "UnPublish",
"call_STEPS": [
"UNPUBLISH"
],
"description": "UnPublish the Project",
"display_on_phase": [
"Published"
]
} }
] ]
} }