forked from forgejo/forgejo
Assignee back end
This commit is contained in:
parent
a03f380fa8
commit
e867283406
8 changed files with 96 additions and 46 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue