SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 4d77a8f0 authored by Jorran de Wit's avatar Jorran de Wit
Browse files

Edit NO_REQUIRED_ACTION_STATUSES list

parent 83745ffc
No related branches found
No related tags found
No related merge requests found
...@@ -103,8 +103,12 @@ SUBMISSION_TYPE = ( ...@@ -103,8 +103,12 @@ SUBMISSION_TYPE = (
('Review', 'Review (candid snapshot of current research in a given area)'), ('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_UNASSIGNED,
STATUS_ASSIGNMENT_FAILED,
STATUS_RESUBMITTED_REJECTED,
STATUS_REJECTED,
STATUS_WITHDRAWN,
] ]
ED_COMM_CHOICES = ( ED_COMM_CHOICES = (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment