Skip to content

Commit fb6fcb0

Browse files
#241 - Pass the url of the updated sub
1 parent eeacbb8 commit fb6fcb0

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
@@ -472,7 +472,8 @@ function * _updateSubmission (authUser, submissionId, entity) {
472472
memberId: updatedSub.memberId,
473473
submissionPhaseId: updatedSub.submissionPhaseId,
474474
type: updatedSub.type,
475-
submittedDate: updatedSub.submittedDate
475+
submittedDate: updatedSub.submittedDate,
476+
url: updatedSub.url
476477
}, entity)
477478
}
478479

0 commit comments

Comments
 (0)