Skip to content
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

Fix missing order_by in task and student list #638

Merged
merged 1 commit into from
Mar 19, 2025
Merged

Conversation

Kobzol
Copy link
Collaborator

@Kobzol Kobzol commented Mar 18, 2025

So, the good news is that this was easy to fix. The bad news is that it was broken even before we broke it recently =D The autocomplete tries to download all tasks from Kelvin (there are more than 3 thousand tasks at the moment), which is really not a good idea, and will not work.. It either needs to be reimplemented or we should remove it completely.

At the very least, it should only download tasks from the given subject. I will do that in a follow-up PR.

Related issue: #637

@Kobzol Kobzol requested a review from geordi March 18, 2025 13:24
@Kobzol Kobzol force-pushed the fix-task-ordering branch from 4e7dc22 to 446e1e1 Compare March 18, 2025 13:29
Copy link
Member

@geordi geordi left a comment

Choose a reason for hiding this comment

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

LGTM!

@Kobzol Kobzol force-pushed the fix-task-ordering branch from 446e1e1 to cb28446 Compare March 19, 2025 07:19
@Kobzol Kobzol enabled auto-merge March 19, 2025 07:19
@Kobzol Kobzol added this pull request to the merge queue Mar 19, 2025
Merged via the queue into master with commit 1091b57 Mar 19, 2025
5 checks passed
@Kobzol Kobzol deleted the fix-task-ordering branch March 19, 2025 07:26
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