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

export_totals is broken #103

Open
tynsh opened this issue Dec 9, 2019 · 3 comments
Open

export_totals is broken #103

tynsh opened this issue Dec 9, 2019 · 3 comments

Comments

@tynsh
Copy link
Contributor

tynsh commented Dec 9, 2019

The export_totals functions seems broken and returns no results. The following line seems to be the issue:

ls = ls.join(models.LectureStudent.student).join(models.LectureStudent.tutorial).join(Tutor, models.Tutorial.tutor).order_by(Tutor.last_name, models.User.last_name, models.User.first_name)

@christian-heusel
Copy link
Collaborator

Could you add information on how to replicate the issue?

It seems to work for me:
image

@tynsh
Copy link
Contributor Author

tynsh commented Dec 22, 2019

Strange. I have a lecture in the production database, which has issues. I'll try to create an anonymized copy tomorrow, but no guarantees

@manuelhaussmann
Copy link

Any progress on this?
It should maybe also be mentioned that export for the individual exercise sheets works without a problem.

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

No branches or pull requests

3 participants