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

Commit b9f4ba7

Browse files
author
Dushyant Bhalgami
committed
add flag to restrict downloading submissions for MM
1 parent bf73947 commit b9f4ba7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10302,6 +10302,7 @@ public void createOrUpdateMarathonMatch(Project project, Date startDate, Date re
1030210302
Map<Long, String> newProps = new HashMap<Long,String>();
1030310303
newProps.put(ProjectPropertyType.MM_MATCH_ID, String.valueOf(mmRound.getId()));
1030410304
newProps.put(ProjectPropertyType.MM_CONTEST_ID, String.valueOf(mmRound.getContest().getId()));
10305+
newProps.put(ProjectPropertyType.VIEWABLE_SUBMISSIONS_FLAG_KEY_STRING, "true");
1030510306

1030610307
createProjectProperties(project.getId(), project, newProps, operator, conn);
1030710308

0 commit comments

Comments
 (0)