Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Odevzdávací Systém MO
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Mareš
Odevzdávací Systém MO
Compare revisions
5b595e354ecd9724a354ebe3c40d04d19a6a359f to 5b166d74b1f2fa3835089ce086d586533c5f3056
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
mj/mo-submit
Select target project
No results found
5b166d74b1f2fa3835089ce086d586533c5f3056
Select Git revision
Branches
devel
fo
fo-base
honza/add-contestant
honza/kolo-vs-soutez
honza/mr6
honza/mr7
honza/mra
honza/mrd
honza/mrf
honza/submit-images
jh-stress-test-wip
jirka/typing
jk/issue-196
jk/issue-96
master
mj/submit-images
shorten-schools
18 results
Swap
Target
mj/mo-submit
Select target project
mj/mo-submit
1 result
5b595e354ecd9724a354ebe3c40d04d19a6a359f
Select Git revision
Branches
devel
fo
fo-base
honza/add-contestant
honza/kolo-vs-soutez
honza/mr6
honza/mr7
honza/mra
honza/mrd
honza/mrf
honza/submit-images
jh-stress-test-wip
jirka/typing
jk/issue-196
jk/issue-96
master
mj/submit-images
shorten-schools
18 results
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (3)
Okresní a školní garanti mohou také přidávat a editovat orgy
· b86dcdf8
Martin Mareš
authored
4 years ago
b86dcdf8
Merge branch 'master' of gitlab.kam.mff.cuni.cz:mj/mo-submit
· e4af16e2
Martin Mareš
authored
4 years ago
e4af16e2
Merge branch 'master' of gitlab.kam.mff.cuni.cz:mj/mo-submit
· 5b166d74
Martin Mareš
authored
4 years ago
5b166d74
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
mo/rights.py
+4
-0
4 additions, 0 deletions
mo/rights.py
with
4 additions
and
0 deletions
mo/rights.py
View file @
5b166d74
...
...
@@ -82,6 +82,8 @@ roles: List[Role] = [
Right
.
edit_points
,
Right
.
add_users
,
Right
.
edit_users
,
Right
.
add_orgs
,
Right
.
edit_orgs
,
},
),
Role
(
...
...
@@ -97,6 +99,8 @@ roles: List[Role] = [
Right
.
edit_points
,
Right
.
add_users
,
Right
.
edit_users
,
Right
.
add_orgs
,
Right
.
edit_orgs
,
},
),
Role
(
...
...
This diff is collapsed.
Click to expand it.