pagure: allow to delete forks
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
07975eb7e9
commit
0c32147281
2 changed files with 2 additions and 0 deletions
|
@ -188,6 +188,7 @@ PROJECT_TICKETS = False
|
|||
ENABLE_NEW_PROJECTS = True
|
||||
ENABLE_UI_NEW_PROJECTS = False
|
||||
ENABLE_DEL_PROJECTS = False
|
||||
ENABLE_DEL_FORKS = True
|
||||
ENABLE_TICKETS = False
|
||||
ENABLE_GROUP_MNGT = False
|
||||
DEPLOY_KEY = False
|
||||
|
|
|
@ -45,6 +45,7 @@ CASE_SENSITIVE = True
|
|||
PROJECT_TICKETS = False
|
||||
ENABLE_NEW_PROJECTS = True
|
||||
ENABLE_DEL_PROJECTS = False
|
||||
ENABLE_DEL_FORKS = True
|
||||
ENABLE_TICKETS = False
|
||||
ENABLE_GROUP_MNGT = False
|
||||
DEPLOY_KEY = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue