From 4d77a8f0c2845e5195fa329e3384a60d1bde9e47 Mon Sep 17 00:00:00 2001 From: Jorran de Wit <jorrandewit@outlook.com> Date: Tue, 6 Feb 2018 12:11:36 +0100 Subject: [PATCH] Edit NO_REQUIRED_ACTION_STATUSES list --- submissions/constants.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/submissions/constants.py b/submissions/constants.py index 438211e49..aa9be27dc 100644 --- a/submissions/constants.py +++ b/submissions/constants.py @@ -103,8 +103,12 @@ SUBMISSION_TYPE = ( ('Review', 'Review (candid snapshot of current research in a given area)'), ) -NO_REQUIRED_ACTION_STATUSES = SUBMISSION_STATUS_PUBLICLY_INVISIBLE + [ +NO_REQUIRED_ACTION_STATUSES = [ STATUS_UNASSIGNED, + STATUS_ASSIGNMENT_FAILED, + STATUS_RESUBMITTED_REJECTED, + STATUS_REJECTED, + STATUS_WITHDRAWN, ] ED_COMM_CHOICES = ( -- GitLab