Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Alsijil
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-Alsijil
Merge requests
!316
Draft: Resolve "Adjust for operation with new SPA"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Draft: Resolve "Adjust for operation with new SPA"
233-adjust-for-operation-with-new-spa
into
feature/vuejs
Overview
1
Commits
7
Pipelines
4
Changes
2
Closed
Hangzhi Yu
requested to merge
233-adjust-for-operation-with-new-spa
into
feature/vuejs
2 years ago
Overview
1
Commits
7
Pipelines
4
Changes
2
Expand
Closes
#233 (closed)
0
0
Merge request reports
Compare
feature/vuejs
version 3
a359e024
2 years ago
version 2
6c429dbb
2 years ago
version 1
5e691110
2 years ago
feature/vuejs (base)
and
version 1
latest version
898ea66a
7 commits,
2 years ago
version 3
a359e024
6 commits,
2 years ago
version 2
6c429dbb
5 commits,
2 years ago
version 1
5e691110
2 commits,
2 years ago
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)
aleksis/apps/alsijil/model_extensions.py
+
1
−
1
Options
@@ -461,7 +461,7 @@ def generate_person_list_with_class_register_statistics(
),
tardiness
=
Sum
(
"
filtered_personal_notes__tardiness
"
),
tardiness_count
=
Count
(
"
filtered_personal_notes
"
,
filter
=
Q
(
filtered_personal_notes__
late
__gt
=
0
),
distinct
=
True
"
filtered_personal_notes
"
,
filter
=
Q
(
filtered_personal_notes__
tardiness
__gt
=
0
),
distinct
=
True
),
)
Loading