Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit f6a6488

Browse files
committed
submission link for design submissions needs to stay at existing link until new page is created
1 parent 99e19d2 commit f6a6488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/challengeRegistration.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ var sendNotificationEmail = function (api, componentInfo, userId, activeForumCat
401401
reviewURL = process.env.TC_SOFTWARE_SERVER_NAME + '/review/actions/ViewProjectDetails?pid=' + challengeId;
402402
} else if (challengeType === CHALLENGE_TYPE.DESIGN) {
403403
forumURL = api.config.tcConfig.studioForumsUrlPrefix + activeForumCategoryId;
404-
reviewURL = process.env.TC_STUDIO_SERVER_NAME + '/?module=ViewContestDetails&ct=' + challengeId;
404+
submitURL = process.env.TC_STUDIO_SERVER_NAME + '/?module=ViewContestDetails&ct=' + challengeId;
405405
}
406406

407407
template = 'registration_notification_email';

0 commit comments

Comments
 (0)