Resolve "Let next/prev_lesson return None if the person isn't a participant of the lesson"
Merged
requested to merge 110-let-next-prev_lesson-return-none-if-the-person-isn-t-a-participant-of-the-lesson into master
All threads resolved!
Closes #110 (closed)
Edited by Jonathan Weth
Merge request reports
Activity
added part::backend type::bug labels
added 1 commit
- b3107932 - Let _adjacent_lesson return None if lesson period is not in list
assigned to @nik and unassigned @hansegucker
- Resolved by Nik | Klampfradler
I do not think this fixes the bug, it merely hides the real issue. The ID the is looked up in the code is the ID of the current lesson, not some adjacent lesson, and it should always be in the list as far as I understand.
mentioned in commit 2575db50
Please register or sign in to reply