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

Commit 089d0db

Browse files
authored
Merge pull request #474 from appirio-tech/fix_mm_allow_multiple_subs
allow multiple submissions for challenge type of Marathon Match
2 parents 92e3fd8 + 5059ad6 commit 089d0db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

services/contest_service_facade/src/java/main/com/topcoder/service/facade/contest/ejb/ContestServiceFacadeBean.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3802,7 +3802,8 @@ else if (isDevContest)
38023802
if (contest.getProjectHeader().getProperty(ProjectPropertyType.DIGITAL_RRUN_FLAG_PROJECT_PROPERTY_KEY) == null)
38033803
{ contest.getProjectHeader().setProperty(ProjectPropertyType.DIGITAL_RRUN_FLAG_PROJECT_PROPERTY_KEY, "On"); }
38043804

3805-
if(isF2FContest(contest) || isDesignF2FContest(contest) || isMMContest(conetst)) {
3805+
if(isF2FContest(contest) || isDesignF2FContest(contest) || isMMContest(contest)
3806+
) {
38063807
contest.getProjectHeader().setProperty(ProjectPropertyType.ALLOW_MULTIPLE_SUBMISSIONS_PROPERTY_KEY, "true");
38073808
}
38083809

0 commit comments

Comments
 (0)