From 8d8745aa5610436db0fb17de57c7fdbf4707fbfd Mon Sep 17 00:00:00 2001 From: Jorran de Wit <jorrandewit@outlook.com> Date: Tue, 6 Jun 2017 17:40:49 +0200 Subject: [PATCH] Add statuses to report exclusion list --- submissions/constants.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/submissions/constants.py b/submissions/constants.py index c3d462607..2b247ffa6 100644 --- a/submissions/constants.py +++ b/submissions/constants.py @@ -50,11 +50,11 @@ SUBMISSION_STATUS_OUT_OF_POOL = SUBMISSION_HTTP404_ON_EDITORIAL_PAGE + [ SUBMISSION_EXCLUDE_FROM_REPORTING = SUBMISSION_HTTP404_ON_EDITORIAL_PAGE + [ STATUS_AWAITING_ED_REC, - # STATUS_REVIEW_CLOSED, - # STATUS_ACCEPTED, - # 'voting_in_preparation', - # 'put_to_EC_voting', - # 'withdrawn', + STATUS_REVIEW_CLOSED, + STATUS_ACCEPTED, + 'voting_in_preparation', + 'put_to_EC_voting', + 'withdrawn', ] # Submissions which are allowed/required to submit a EIC Recommendation -- GitLab