-
Notifications
You must be signed in to change notification settings - Fork 52
[$75] Tasks: Access issue on challenge details page #257
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
Comments
I believe this is fixed: The UUID got destroyed by the re-migration, but the tasks show up now. The issue was comparing a member ID as a Number to a String. Thomas fixed it in |
@ThomasKranitsas Can you please test this? In prod, with this cURL:
I'm seeing the [
{
"legacyId": 1916645,
"created": "2020-07-15T04:35:34Z",
"createdBy": "jaya.dhaka",
"updated": "2020-07-15T04:36:48Z",
"updatedBy": "picachui",
"memberId": "22778049",
"memberHandle": "picachui",
"challengeId": "4096df0c-57eb-4035-a496-e1aaeb2338a9",
"roleId": "732339e7-8e30-49d7-9198-cccf9451e221",
"id": "f886ce18-1ee7-4fc5-9fef-68adf309e966",
"rating": 1036
}
] |
@rootelement @ThomasKranitsas , so I can see tasks on my listings page, but i get the error only when I click on it and access the details page. |
@rootelement fixed in: It worked fine on dev. Currently deploying on prod. |
Another fix: #263 |
one last fix: #264 |
@SathyaJayabal can you please retest this? |
@rootelement , verified, user can access the task challenge details page. |
Contest https://www.topcoder.com/challenges/30136612 has been created for this ticket. |
Contest https://www.topcoder.com/challenges/30136612 has been updated - it has been assigned to thomaskranitsas. |
Payment task has been updated: https://software.topcoder.com/review/actions/ViewProjectDetails?pid=30136612 |
User is able to see a task assigned to them on the challenge listings page, But get the error "You don't have access to view this challenge" when accessing the challenge details page.
example:

user:picachui
https://beta-community-app.topcoder.com/challenges/4db7f854-5c74-41b9-a0f9-b1c03245cfa9
The text was updated successfully, but these errors were encountered: