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

Commit 5523c8b

Browse files
committed
Fix Design Challenge Lock in winner - popup error (projectId less than 0 or not defined)
1 parent 33294bb commit 5523c8b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/web/WEB-INF/studio-submissions-checkout.jsp

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
<%--
2-
- Author: flexme, Ghost_141, TCSDEVELOPER
2+
- Author: flexme, Ghost_141, deedee
33
-
4+
- Version 1.5 (TopCoder Direct - Error When Review Design Challenges) change notes:
5+
- - Add input contestDashboardContestId, used by some ajax request
46
- Version 1.4 (Release Assembly - TopCoder Cockpit Direct UI Text and Layout Bugs Termination 1.0) change notes:
57
- Version 1.3 (TC Direct Replatforming Release 5) change notes: The final round check out process is changed, the unused code were removed.
68
- Version 1.2 (TC Direct Replatforming Release 3 ) change notes: Update studioCheckoutSubmissionItem tag to work with the new Submission type.
79
- Version 1.1 (Direct Submission Viewer Release 4 ) change notes: Added logic for handling "Confirmed" submissions.
810
-
9-
- Version: 1.4
11+
- Version: 1.5
1012
- Since: Submission Viewer Release 3 assembly
11-
- Copyright (C) 2010 TopCoder Inc., All Rights Reserved.
13+
- Copyright (C) 2010-2014 TopCoder Inc., All Rights Reserved.
1214
-
1315
- Description: This page renders the submissions for Studio contest for checking out.
1416
--%>
@@ -52,7 +54,7 @@
5254
<!-- End .areaHeader -->
5355

5456
<div class="container2 tabs3Container">
55-
57+
<input type="hidden" name="contestDashboardContestId" value="${viewData.contestStats.contest.id}"/>
5658
<jsp:include page="includes/contest/tabs.jsp"/>
5759

5860
<div class="container2Left">

0 commit comments

Comments
 (0)