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
!68
Resolve "Add option to configure extra marks for personal notes"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Add option to configure extra marks for personal notes"
85-add-option-to-configure-extra-marks-for-personal-notes
into
master
Overview
14
Commits
12
Pipelines
6
Changes
1
All threads resolved!
Hide all comments
Merged
Jonathan Weth
requested to merge
85-add-option-to-configure-extra-marks-for-personal-notes
into
master
4 years ago
Overview
14
Commits
12
Pipelines
6
Changes
1
All threads resolved!
Hide all comments
Expand
Closes
#85 (closed)
Edited
4 years ago
by
Jonathan Weth
0
0
Merge request reports
Viewing commit
0e17112c
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Verified
0e17112c
Show only name in __str__ method of extra mark model
· 0e17112c
Jonathan Weth
authored
4 years ago
aleksis/apps/alsijil/models.py
+
1
−
1
Options
@@ -109,7 +109,7 @@ class ExtraMark(ExtensibleModel):
name
=
models
.
CharField
(
max_length
=
255
,
unique
=
True
,
verbose_name
=
_
(
"
Name
"
))
def
__str__
(
self
):
return
f
"
{
self
.
name
}
(
{
self
.
short_name
}
)
"
return
f
"
{
self
.
name
}
"
@property
def
count_label
(
self
):
Loading