This repository was archived by the owner on Mar 13, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
[$30] Fix cancelling for JC who is not in the team #583
Labels
duplicate
This issue or pull request already exists
Interview_Scheduler
QA Pass on Dev
tcx_Assigned
tcx_FixAccepted
tcx_Paid
Milestone
Comments
@yoution feel free to pick up if you like. |
@maxceem please assign to me |
yoution
added a commit
to yoution/taas-app
that referenced
this issue
Nov 30, 2021
Challenge https://www.topcoder.com/challenges/360fc3f6-95fa-4e17-8412-be133538cd6b has been created for this ticket. |
Challenge https://www.topcoder.com/challenges/360fc3f6-95fa-4e17-8412-be133538cd6b has been assigned to yoution. |
Payment task has been updated: https://www.topcoder.com/challenges/360fc3f6-95fa-4e17-8412-be133538cd6b |
This is basically a duplicate of #582. So I'm closing it. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
duplicate
This issue or pull request already exists
Interview_Scheduler
QA Pass on Dev
tcx_Assigned
tcx_FixAccepted
tcx_Paid
We implemented a custom cancel page in this issue #575.
As a part of that task we are loading Job Title to show it on the page

Internally, to do this we are calling 2 endpoints:
But JC users who are not a part of the team cannot call these endpoints which leads to error on this page:
To fix this what we can do is to get interview name the same way as we do on thank you page https://github.com/topcoder-platform/taas-app/blob/dev/src/server/misc/routes/interview-thank-you-page.js#L30-L32
The text was updated successfully, but these errors were encountered: