-
-
Notifications
You must be signed in to change notification settings - Fork 771
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Temporarily removes advanced payout as an option #2295
Temporarily removes advanced payout as an option #2295
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2295 +/- ##
=======================================
Coverage 27.77% 27.77%
=======================================
Files 142 142
Lines 11492 11492
Branches 1558 1558
=======================================
Hits 3192 3192
Misses 8189 8189
Partials 111 111
Continue to review full report at Codecov.
|
@@ -68,7 +68,7 @@ <h5>{% trans "Basic Payout." %}</h5> | |||
</span> | |||
</a> | |||
</div> | |||
<div class="w-100"> | |||
<!-- <div class="w-100"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any chance we can switch this to {% comment %}
and the closure to {% endcomment %}
@@ -88,7 +88,7 @@ | |||
url(r'^new/?', dashboard.views.new_bounty, name='new_funding_short'), | |||
path('issue/fulfill', dashboard.views.fulfill_bounty, name='fulfill_bounty'), | |||
path('issue/accept', dashboard.views.accept_bounty, name='process_funding'), | |||
path('issue/advanced_payout', dashboard.views.bulk_payout_bounty, name='bulk_payout_bounty'), | |||
# path('issue/advanced_payout', dashboard.views.bulk_payout_bounty, name='bulk_payout_bounty'), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
6bd49a7
to
5286eb9
Compare
Description
Temporarily remove advanced payout option until it is fixed both backend and frontend
Checklist
Affected core subsystem(s)
Testing
Refers/Fixes