We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65073ba commit c4041b2Copy full SHA for c4041b2
1 file changed
pgcommitfest/commitfest/views.py
@@ -549,6 +549,7 @@ def close(request, cfid, patchid, status):
549
messages.error(request, "A patch in status {0} cannot be moved to next commitfest.".format(poc.statusstring))
550
return HttpResponseRedirect('/%s/%s/' % (poc.commitfest.id, poc.patch.id))
551
elif poc.status in (PatchOnCommitFest.STATUS_REVIEW,
552
+ PatchOnCommitFest.STATUS_AUTHOR,
553
PatchOnCommitFest.STATUS_COMMITTER):
554
# This one can be moved
555
pass
0 commit comments