diff --git a/backoffice/backoffice/workflows/constants.py b/backoffice/backoffice/workflows/constants.py index febbe373..49893edd 100644 --- a/backoffice/backoffice/workflows/constants.py +++ b/backoffice/backoffice/workflows/constants.py @@ -4,6 +4,7 @@ TICKET_TYPES = ( ("author_create_curation", "Author create curation"), ("author_create_user", "Author create user"), + ("author_update_curation", "Author update curation"), ) DEFAULT_TICKET_TYPE = "author_create_curation"