Skip to content

SAK-50729 Assignments fix assignment links in by student view #13816

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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ottenhoff
Copy link
Contributor

Fix issue where assignment links appeared for all students once any single student submitted to that assignment. Changed condition from checking if submission object exists to checking if submission is actually submitted.

Now assignment links only appear for students who have actually submitted.

🤖 Generated with Claude Code

I have not tested this code.

Fix issue where assignment links appeared for all students once any single
student submitted to that assignment. Changed condition from checking if
submission object exists to checking if submission is actually submitted.

Now assignment links only appear for students who have actually submitted.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@ottenhoff ottenhoff requested a review from jesusmmp June 6, 2025 14:59
Copy link
Contributor

@jesusmmp jesusmmp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks good! We should avoid the links to the "fake" submissions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants