Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Chronos
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-App-Chronos
Merge requests
!107
Fix missing returns and assignments in relation to supervision querysets
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix missing returns and assignments in relation to supervision querysets
fix/supervision-querysets
into
master
Overview
0
Commits
1
Pipelines
1
Changes
2
Merged
Jonathan Weth
requested to merge
fix/supervision-querysets
into
master
4 years ago
Overview
0
Commits
1
Pipelines
1
Changes
2
Expand
0
0
Merge request reports
Viewing commit
d35f7db9
Show latest version
2 files
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
Verified
d35f7db9
Fix missing returns and assignments in relation to supervision querysets
· d35f7db9
Jonathan Weth
authored
4 years ago
aleksis/apps/chronos/util/build.py
+
1
−
1
Options
@@ -129,7 +129,7 @@ def build_timetable(
)
if
is_person
:
supervisions
.
filter_by_weekday
(
date_ref
.
weekday
())
supervisions
=
supervisions
.
filter_by_weekday
(
date_ref
.
weekday
())
supervisions_per_period_after
=
{}
for
supervision
in
supervisions
:
Loading