We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b34e69c commit a225915Copy full SHA for a225915
src/common/helper.js
@@ -459,7 +459,7 @@ function * checkCreateAccess (authUser, subEntity) {
459
throw new errors.HttpStatusError(403, 'You are not allowed to submit when submission phase is not open')
460
}
461
462
- const currPhase = _.filter(phases, { id: submissionPhaseId })
+ const currPhase = _.filter(phases, { phaseId: submissionPhaseId })
463
464
if (currPhase[0].name === 'Final Fix') {
465
if (!authUser.handle.equals(winner[0].handle)) {
0 commit comments