Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Paweljong
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
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
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
Teckids
Projekt Hack-n-Fun
AlekSIS-App-Paweljong
Merge requests
!52
Resolve "Register account menu point is not shown"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Register account menu point is not shown"
57-register-account-menu-point-is-not-shown
into
master
Overview
0
Commits
2
Pipelines
3
Changes
4
Merged
Hangzhi Yu
requested to merge
57-register-account-menu-point-is-not-shown
into
master
1 year ago
Overview
0
Commits
2
Pipelines
3
Changes
4
Expand
Closes
#57 (closed)
0
0
Merge request reports
Viewing commit
7a446bb7
Prev
Next
Show latest version
4 files
+
60
−
4
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
7a446bb7
Merge branch 'master' into '57-register-account-menu-point-is-not-shown'
· 7a446bb7
Tom Teichler
authored
1 year ago
# Conflicts: # aleksis/apps/paweljong/rules.py
aleksis/apps/paweljong/migrations/0027_paweljongglobalpermissions.py
0 → 100644
+
33
−
0
Options
# Generated by Django 4.2.10 on 2024-03-03 16:20
import
colorfield.fields
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
"
paweljong
"
,
"
0026_drop_sites
"
),
]
operations
=
[
migrations
.
CreateModel
(
name
=
"
PaweljongGlobalPermissions
"
,
fields
=
[
(
"
id
"
,
models
.
BigAutoField
(
auto_created
=
True
,
primary_key
=
True
,
serialize
=
False
,
verbose_name
=
"
ID
"
,
),
),
],
options
=
{
"
permissions
"
:
(
(
"
generate_lists
"
,
"
Can generate lists of participants of a group
"
),
),
"
managed
"
:
False
,
},
),
]
Loading