SciPost Code Repository

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

Ready for final test.

parent a33288da
No related branches found
No related tags found
No related merge requests found
......@@ -13,8 +13,8 @@ def update_visibility_booleans(apps, schema_editor):
'unassigned',
'assignment_failed',
'resubmitted_incoming',
'rejected',
'resubmitted_and_rejected',
'rejected_visible',
'resubmitted_and_rejected_visible',
'withdrawn']).update(visible_public=True)
# Hide from pool if decision is taken.
......
......@@ -15,6 +15,7 @@ def update_submission_statuses(apps, schema_editor):
Submission.objects.filter(status='EICassigned').update(status='assigned') # Renaming of key
Submission.objects.filter(status='awaiting_ed_rec').update(status='assigned')
class Migration(migrations.Migration):
dependencies = [
......
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