We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 581f72f commit eb9ea5dCopy full SHA for eb9ea5d
1 file changed
app/dashboard/views.py
@@ -5086,6 +5086,8 @@ def close_bounty_v1(request, bounty_id):
5086
5087
bounty.bounty_state = 'done'
5088
bounty.idx_status = 'done' # TODO: RETIRE
5089
+ bounty.is_open = False # TODO: fixup logic in status calculated property on bounty model
5090
+ bounty.accepted = True
5091
bounty.save()
5092
5093
response = {
0 commit comments