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

Commit c88b998

Browse files
authored
Merge pull request #548 from appirio-tech/feature/NDAUpdate
Updated NDA legacy id from 21343 to 21374 as per ticket #72573
2 parents deab05d + b1224c2 commit c88b998

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/project_management/src/java/main/com/topcoder/management/project/persistence/AbstractInformixProjectPersistence.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ public abstract class AbstractInformixProjectPersistence implements ProjectPersi
532532
*
533533
* @since 1.1.2
534534
*/
535-
public static final long STANDARD_CCA_TERMS_ID = 21343; //21153; //21113; //20713;
535+
public static final long STANDARD_CCA_TERMS_ID = 21374; //21343; //21153; //21113; //20713;
536536

537537

538538

src/web/WEB-INF/launch-contest.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@
339339
</div><!-- End .tooltipCaption -->
340340

341341
<div class="tooltipContent">
342-
<p>In some cases, when clients would like to hold a "private" competition that has confidentiality terms in addition to the usual click-through terms, the competition will require a Non-Disclosure Agreement or "NDA" document to be completed prior to participation in the competition. https://www.topcoder.com/<br/>challenge-details/terms/<br/>detail/21343/</p>
342+
<p>In some cases, when clients would like to hold a "private" competition that has confidentiality terms in addition to the usual click-through terms, the competition will require a Non-Disclosure Agreement or "NDA" document to be completed prior to participation in the competition. https://www.topcoder.com/<br/>challenge-details/terms/<br/>detail/21374/</p>
343343
</div><!-- End .tooltipContent -->
344344

345345
</div></div>

0 commit comments

Comments
 (0)