Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TIC-Desk
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Teckids
TIC-Desk
Commits
60d94b6f
Verified
Commit
60d94b6f
authored
3 years ago
by
Tom Teichler
Browse files
Options
Downloads
Patches
Plain Diff
Fix lint
parent
33b20612
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!55
WIP: Resolve "Migrate to AlekSIS app"
Pipeline
#29843
passed
3 years ago
Stage: test
Stage: build
Changes
2
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
aleksis/apps/ticdesk/models.py
+2
-0
2 additions, 0 deletions
aleksis/apps/ticdesk/models.py
poetry.lock
+1272
-179
1272 additions, 179 deletions
poetry.lock
with
1274 additions
and
179 deletions
aleksis/apps/ticdesk/models.py
+
2
−
0
View file @
60d94b6f
...
...
@@ -181,6 +181,8 @@ class Voucher(ExtensibleModel):
class
GlobalPermissions
(
models
.
Model
,
PureDjangoModel
):
class
Meta
:
verbose_name
=
_
(
"
Global permission
"
)
verbose_name_plural
=
_
(
"
Global permissions
"
)
managed
=
False
permissions
=
(
(
"
view_voucher
"
,
_
(
"
Can view vouchers
"
)),
...
...
This diff is collapsed.
Click to expand it.
poetry.lock
+
1272
−
179
View file @
60d94b6f
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment