mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-09 15:05:50 +01:00
Fix default label creation for group repository.
This commit is contained in:
@@ -66,7 +66,7 @@ trait CreateRepositoryControllerBase extends ControllerBase {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Insert default labels
|
// Insert default labels
|
||||||
insertDefaultLabels(loginUserName, form.name)
|
insertDefaultLabels(form.owner, form.name)
|
||||||
|
|
||||||
// Create the actual repository
|
// Create the actual repository
|
||||||
val gitdir = getRepositoryDir(form.owner, form.name)
|
val gitdir = getRepositoryDir(form.owner, form.name)
|
||||||
|
|||||||
Reference in New Issue
Block a user