Removed "SUBMIT-FOR-REVIEW" from the actionsDefinition
`post_creation_action`, see #24568
This commit is contained in:
parent
01d64343b7
commit
3ed5f73a14
|
@ -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": []
|
||||
},
|
||||
|
|
|
@ -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": []
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue