Added "unpublish" step in the WORKFLOW_ACTION_LIST_GUI

This commit is contained in:
Francesco Mangiacrapa 2023-03-01 12:12:46 +01:00
parent 87eb0ee41a
commit 9f1950597e
1 changed files with 11 additions and 0 deletions

View File

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