topcoder-platform / work-manager

This is the frontend application for creating and managing challenges.
13 stars 48 forks source link

Redirect fix #1527

Closed jmgasper closed 1 year ago

jmgasper commented 1 year ago

REF: https://topcoder.atlassian.net/browse/PROD-4262

Expected behavior

Redirects from https://challenges.topcoder.com/challenges/{challengeID} to http://challenges.topcoder.com/projects/{projectID}/challenges/{challengeID} used to work and now don’t. This is apparently used by SalesForce integration.

Actual behavior

Currently, the redirect to add the projects/{projectID} to the URL isn't working

suppermancool commented 1 year ago

@jmgasper done in work-manager-issue-1527.patch