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 659da47 commit b8e692aCopy full SHA for b8e692a
src/common/helper.js
@@ -575,7 +575,7 @@ function * checkGetAccess (authUser, submission) {
575
const appealsResponseStatus = getPhaseStatus('Appeals Response', challengeDetails.body)
576
577
// Appeals Response is not closed yet
578
- if (appealsResponseStatus !== 'Closed') {
+ if (appealsResponseStatus !== 'Closed' && appealsResponseStatus !== 'Invalid') {
579
throw new errors.HttpStatusError(403, 'You cannot access other submissions before the end of Appeals Response phase')
580
} else {
581
const userSubmission = yield fetchFromES({
0 commit comments