Skip to content
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

Allow bounty onwer to stop worker. #8334

Merged
merged 2 commits into from
Feb 1, 2021

Conversation

amustapha
Copy link
Contributor

@amustapha amustapha commented Jan 31, 2021

Description

Currently, when the bounty owner tries to stop a worker who has been approved to work on a bounty, it doesn't happen and he simply gets an error. This happens because the endpoint for removing an interest from a bounty (stop worker) only does a worker check and not bounty owner check. This PR allows a worker to remove himself from a bounty and a bounty owner to stop a worker as well. It doesn't introduce a new functionality, only fixes a functionality that is broken.

Refers/Fixes

closes #8331

Testing

https://www.loom.com/share/8f269920f1f94ad09c980da5f6f05fed

@thelostone-mc
Copy link
Member

screenshot / recording ?

@amustapha
Copy link
Contributor Author

Just added the video @thelostone-mc

@thelostone-mc thelostone-mc merged commit 10bfd0d into master Feb 1, 2021
@shayanb
Copy link

shayanb commented Feb 1, 2021

When would this fixed be deployed on production? This fix is not yet working for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bounties] Stop Worker does not work
3 participants