SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit d06f065f authored by George Katsikas's avatar George Katsikas :goat:
Browse files

publicly visible sub when restarting refereeing

fixes #73
parent a6bbd7c5
No related branches found
No related tags found
No related merge requests found
...@@ -3439,6 +3439,7 @@ class RestartRefereeingForm(forms.Form): ...@@ -3439,6 +3439,7 @@ class RestartRefereeingForm(forms.Form):
status=Submission.REFEREEING_IN_PREPARATION, status=Submission.REFEREEING_IN_PREPARATION,
refereeing_cycle=CYCLE_UNDETERMINED, refereeing_cycle=CYCLE_UNDETERMINED,
acceptance_date=None, acceptance_date=None,
visible_public=True,
latest_activity=timezone.now(), latest_activity=timezone.now(),
) )
self.submission.editorial_assignments.filter( self.submission.editorial_assignments.filter(
......
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