Added the UnPublish Step into "GNA-CONCESSIONI-LC" and

"WORKFLOW_ACTION_LIST_GUI"
This commit is contained in:
Francesco Mangiacrapa 2023-02-23 16:35:58 +01:00
parent e059e9cfa7
commit 161c545174
2 changed files with 35 additions and 0 deletions

View File

@ -129,7 +129,14 @@
"roles": [
"Data-Manager"
]
},
{
"STEP": "UNPUBLISH",
"roles": [
"Data-Manager"
]
}
]
}
},
@ -637,6 +644,17 @@
"display_on_phase": [
"Pending Approval"
]
},
{
"id": "unpublish",
"title": "UnPublish",
"call_STEPS": [
"UNPUBLISH"
],
"description": "UnPublish the Project",
"display_on_phase": [
"Published"
]
}
]
}

View File

@ -129,6 +129,12 @@
"roles": [
"Data-Manager"
]
},
{
"STEP": "UNPUBLISH",
"roles": [
"Data-Manager"
]
}
]
}
@ -637,6 +643,17 @@
"display_on_phase": [
"Pending Approval"
]
},
{
"id": "unpublish",
"title": "UnPublish",
"call_STEPS": [
"UNPUBLISH"
],
"description": "UnPublish the Project",
"display_on_phase": [
"Published"
]
}
]
}