Removed "SUBMIT-FOR-REVIEW" from the actionsDefinition

`post_creation_action`, see #24568
This commit is contained in:
Francesco Mangiacrapa 2023-02-09 10:18:28 +01:00
parent 01d64343b7
commit 3ed5f73a14
2 changed files with 2 additions and 6 deletions

View File

@ -601,9 +601,7 @@
{
"id": "post_creation_action",
"title": "Post Creation Action",
"call_STEPS": [
"SUBMIT-FOR-REVIEW"
],
"call_STEPS": [],
"description": "Action fired after the Project creation",
"display_on_phase": []
},

View File

@ -601,9 +601,7 @@
{
"id": "post_creation_action",
"title": "Post Creation Action",
"call_STEPS": [
"SUBMIT-FOR-REVIEW"
],
"call_STEPS": [],
"description": "Action fired after the Project creation",
"display_on_phase": []
},