From e3b6995eb38d032184fc78ea8bdc40ba7feed588 Mon Sep 17 00:00:00 2001 From: DonHaul Date: Wed, 4 Sep 2024 17:23:24 +0200 Subject: [PATCH] workflows: updated data when creating ticket * ref cern-sis/issues-inspire/issues/564 --- backoffice/backoffice/workflows/constants.py | 1 + 1 file changed, 1 insertion(+) 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"