PUBLISH post action on save

This commit is contained in:
Fabio Sinibaldi 2023-02-10 17:25:19 +01:00
parent 7b7f30279d
commit a6d1d5817a
1 changed files with 1 additions and 1 deletions

View File

@ -437,7 +437,7 @@
{
"id": "post_creation_action",
"title": "Post Creation Action",
"call_STEPS": [],
"call_STEPS": ["PUBLISH"],
"description": "Action fired after the Project creation",
"display_on_phase": []
},