Cross project ACLs do not allow to create projects
This commit is contained in:
parent
6531e58703
commit
d15a0310ab
1 changed files with 5 additions and 0 deletions
|
@ -230,6 +230,11 @@ USER_ACLS = [
|
||||||
'modify_project'
|
'modify_project'
|
||||||
]
|
]
|
||||||
|
|
||||||
|
CROSS_PROJECT_ACLS = [
|
||||||
|
'fork_project',
|
||||||
|
'modify_project'
|
||||||
|
]
|
||||||
|
|
||||||
ADMIN_API_ACLS = [
|
ADMIN_API_ACLS = [
|
||||||
'pull_request_flag',
|
'pull_request_flag',
|
||||||
'pull_request_comment',
|
'pull_request_comment',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue