Skip to content

Commit c4041b2

Browse files
committed
Properly allow moving of WoA patches to next CF
The previous commit removed the refusal, but missed adding the allwing..
1 parent 65073ba commit c4041b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pgcommitfest/commitfest/views.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -549,6 +549,7 @@ def close(request, cfid, patchid, status):
549549
messages.error(request, "A patch in status {0} cannot be moved to next commitfest.".format(poc.statusstring))
550550
return HttpResponseRedirect('/%s/%s/' % (poc.commitfest.id, poc.patch.id))
551551
elif poc.status in (PatchOnCommitFest.STATUS_REVIEW,
552+
PatchOnCommitFest.STATUS_AUTHOR,
552553
PatchOnCommitFest.STATUS_COMMITTER):
553554
# This one can be moved
554555
pass

0 commit comments

Comments
 (0)