Skip to content

Text: Cannot add submission after due date extension #10504

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
isabellagessl opened this issue Mar 18, 2025 · 3 comments · Fixed by #10835
Closed

Text: Cannot add submission after due date extension #10504

isabellagessl opened this issue Mar 18, 2025 · 3 comments · Fixed by #10835
Assignees
Labels
assessment Pull requests that affect the corresponding module bug exercise Pull requests that affect the corresponding module

Comments

@isabellagessl
Copy link
Contributor

Describe the bug

After a students submission was deleted after submission deadline and the due date was extended, the student can not create new submissions.

To Reproduce

  1. Create a Text exercise
  2. Create a submission (Student)
  3. Wait unitl the due date is over
  4. Delete the submission (instructor)
  5. Set the due date to the future (instructor)
  6. Try to create a new submission (student)

Expected behavior

The student should be able to make submissions after a deadline extension.

Screenshots

No response

Which version of Artemis are you seeing the problem on?

8.0

What browsers are you seeing the problem on?

Firefox

Additional context

No response

Relevant log output

@github-actions github-actions bot added assessment Pull requests that affect the corresponding module exercise Pull requests that affect the corresponding module labels Mar 18, 2025
@LionHoltkoetter
Copy link

Encountered the same bug in version 7.10.4.

The underling 'exercises/#exercise_id/details' endpoint does communicate the right 'dueDate' and the frontend also displays a correct date.
The 'studentParticipation', contained in the same endpoint response, shows a 'locked' of true though.
Trying to commit results in a 403 error response.

@marlonnienaber marlonnienaber self-assigned this May 10, 2025
@marlonnienaber
Copy link
Contributor

I can not reproduce this. What is the exact actual behavior/error that you guys see @isabellagessl @LionHoltkoetter?

@marlonnienaber marlonnienaber added the more-info-needed The submitter needs to provide more information about the issue. label May 10, 2025
@marlonnienaber
Copy link
Contributor

marlonnienaber commented May 10, 2025

PS: I think I did something wrong. I deleted the whole participation instead of just the submission, sry @isabellagessl @LionHoltkoetter. Now I see the problem

@marlonnienaber marlonnienaber removed the more-info-needed The submitter needs to provide more information about the issue. label May 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assessment Pull requests that affect the corresponding module bug exercise Pull requests that affect the corresponding module
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants