Skip to content

Commit 4ff7f8a

Browse files
#241 - also pass legacy challenge id attribute
1 parent fb6fcb0 commit 4ff7f8a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/services/SubmissionService.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,8 @@ function * _updateSubmission (authUser, submissionId, entity) {
473473
submissionPhaseId: updatedSub.submissionPhaseId,
474474
type: updatedSub.type,
475475
submittedDate: updatedSub.submittedDate,
476-
url: updatedSub.url
476+
url: updatedSub.url,
477+
legacyChallengeId: updatedSub.legacyChallengeId
477478
}, entity)
478479
}
479480

0 commit comments

Comments
 (0)