projects
/
pgcommitfest2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9d9db8
)
Allow moving of Waiting On Author patches to next CF
author
Magnus Hagander
<
[email protected]
>
Mon, 4 Oct 2021 10:00:28 +0000
(12:00 +0200)
committer
Magnus Hagander
<
[email protected]
>
Mon, 4 Oct 2021 10:00:28 +0000
(12:00 +0200)
Discussion: https://postgr.es/m/
20211001173131
.GA13090@ahch-to
pgcommitfest/commitfest/views.py
patch
|
blob
|
blame
|
history
diff --git
a/pgcommitfest/commitfest/views.py
b/pgcommitfest/commitfest/views.py
index 7c837f0871c5c6bd198e94dcdcbd409fa9487fd7..c55096a2cf5607c7d6970a8b985ea8ee39de2504 100644
(file)
--- a/
pgcommitfest/commitfest/views.py
+++ b/
pgcommitfest/commitfest/views.py
@@
-541,8
+541,7
@@
def close(request, cfid, patchid, status):
poc.status = PatchOnCommitFest.STATUS_RETURNED
elif status == 'next':
# Only some patch statuses can actually be moved.
- if poc.status in (PatchOnCommitFest.STATUS_AUTHOR,
- PatchOnCommitFest.STATUS_COMMITTED,
+ if poc.status in (PatchOnCommitFest.STATUS_COMMITTED,
PatchOnCommitFest.STATUS_NEXT,
PatchOnCommitFest.STATUS_RETURNED,
PatchOnCommitFest.STATUS_REJECTED):