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

Commit ffe82a6

Browse files
committed
update to use <upload_id>_<file name> to store to upload.parameter.
1 parent f8c293e commit ffe82a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/challenges.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1026,7 +1026,7 @@ var submitForDevelopChallenge = function (api, connection, dbConnectionMap, next
10261026
challengeId: challengeId,
10271027
projectPhaseId: type === 'final' ? submissionPhaseId : checkpointSubmissionPhaseId,
10281028
resourceId: resourceId,
1029-
fileName: fileName
1029+
fileName: uploadId + "_" + fileName
10301030
});
10311031
api.dataAccess.executeQuery("insert_upload", sqlParams, dbConnectionMap, cb);
10321032
}, function (notUsed, cb) {

0 commit comments

Comments
 (0)