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.
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
pshah_manager
GET
PATCH
{ "task": { "isTask": true, "memberId": "40035291", "isAssigned": true } }
{ "message": "You don't have access to view this challenge" }
The reason for this issue is this security check https://github.com/topcoder-platform/challenge-api/blob/develop/src/services/ChallengeService.js#L924-L929. We should additionally allow to get tasks to the copilots.
The text was updated successfully, but these errors were encountered:
Fixed in #287
Sorry, something went wrong.
No branches or pull requests
Steps to reproduce
pshah_manager
GET
endpoint for the created challenge using Postman to make sure thatpshah_manager
user can see the challenge.PATCH
the challenge and assign task member with the next body:GET
endpoint again, the access would be denied:The reason for this issue is this security check https://github.com/topcoder-platform/challenge-api/blob/develop/src/services/ChallengeService.js#L924-L929.
We should additionally allow to get tasks to the copilots.
The text was updated successfully, but these errors were encountered: