mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Assignee back end
This commit is contained in:
@@ -136,7 +136,7 @@ func Collaboration(ctx *middleware.Context) {
|
||||
return
|
||||
}
|
||||
|
||||
names, err := models.GetCollaborators(repoLink)
|
||||
names, err := models.GetCollaboratorNames(repoLink)
|
||||
if err != nil {
|
||||
ctx.Handle(500, "setting.Collaboration(GetCollaborators)", err)
|
||||
return
|
||||
|
Reference in New Issue
Block a user