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.
2 parents 659da47 + b8e692a commit 0f5c242Copy full SHA for 0f5c242
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