-
Notifications
You must be signed in to change notification settings - Fork 59
[$10] - Inactive submission button at the Challenge Specs page, when submission phase is late. #990
[$10] - Inactive submission button at the Challenge Specs page, when submission phase is late. #990
Comments
@birdofpreyru Any test challenge active currently with above conditions? |
@shubhendusaurabh Nope, I've tried to rapidly create one for the remote dev env, but failed :( I believe though, this one might be a simple fix, which we can do without test. Most probably, the button condition checks that challenge phase is Submission, and the time till the end of the phase is positive, thus we only need to remove the second condition. I'll look more into creating of the test challenge tomorrow. |
@birdofpreyru current logic is simply to check if |
@ajefts Can you help me a bit here? I don't know how to make a mock billing account in |
@shubhendusaurabh |
UpdateTest challenge set up at dev site: https://www.topcoder-dev.com/challenge-details/30050681/?type=develop&noncache=true. Submission phase is manually set open, but it is late (phase end date is in the past already). |
Uh oh!
There was an error while loading. Please reload this page.
When submission phase is late (i.e. we are past the deadline for submission, but the submission phase has been re-opened by admin for some very special reason, to allow somebody to contribute past the deadline), the
Submit
button at the Challenge Specs page remains inactive. Submission through the OR page is available though.We should modify the button logic to be active whenever the submission phase is open.
The text was updated successfully, but these errors were encountered: