Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Chronos
Manage
Activity
Members
Labels
Plan
Issues
45
Issue boards
Milestones
Wiki
Code
Merge requests
9
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
!291
Fix spelling mistake
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Fix spelling mistake
fix-ich-hatte-englisch-am-katharineum-mistake
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Closed
magicfelix
requested to merge
fix-ich-hatte-englisch-am-katharineum-mistake
into
master
1 year ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
9a3dfec9
1 commit,
1 year ago
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
aleksis/apps/chronos/preferences.py
+
2
−
2
Options
@@ -17,7 +17,7 @@ class UseParentGroups(BooleanPreference):
default
=
False
verbose_name
=
_
(
"
Use parent groups in timetable views
"
)
help_text
=
_
(
"
If a
n
lesson or substitution has only one group
"
"
If a lesson or substitution has only one group
"
"
and this group has parent groups,
"
"
show the parent groups instead of the original group.
"
)
@@ -39,7 +39,7 @@ class ShortenGroupsLimit(IntegerPreference):
default
=
4
verbose_name
=
_
(
"
Limit of groups for shortening of groups
"
)
help_text
=
_
(
"
If a
n
user activates shortening of groups,
"
"
If a user activates shortening of groups,
"
"
they will be collapsed if there are more groups than this limit.
"
)
Loading