From 14a9393c895907bc4d9853264cdee438c8f2b7ed Mon Sep 17 00:00:00 2001 From: Jorran de Wit <jorrandewit@outlook.com> Date: Sat, 28 Oct 2017 17:19:07 +0200 Subject: [PATCH] Update log types --- production/constants.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/production/constants.py b/production/constants.py index 4ccf1bdae..7591a21c2 100644 --- a/production/constants.py +++ b/production/constants.py @@ -55,11 +55,10 @@ PRODUCTION_OFFICERS_WORK_LOG_TYPES = ( 'Cited people have been notified/invited to SciPost'), ) PRODUCTION_ALL_WORK_LOG_TYPES = ( - ('Production: Supervisory tasks', 'Supervisory tasks'), - ('Production: Paper has been published', 'Paper has been published'), - ('Maintaince: Metadata has been updated', 'Metadata has been updated'), ('Production: Proofs have been produced', 'Proofs have been produced'), ('Production: Corrections implemented', 'Corrections implemented'), + ('Production: Paper has been published', 'Paper has been published'), + ('Maintaince: Metadata has been updated', 'Metadata has been updated'), ('Production: Cited people have been notified/invited to SciPost', 'Cited people have been notified/invited to SciPost'), ) -- GitLab