mirror of
https://github.com/go-gitea/gitea.git
synced 2026-08-04 10:52:46 +02:00
update FullName method to show group id if it's non-zero
This commit is contained in:
@@ -479,7 +479,7 @@ func RepoAssignment(ctx *Context) {
|
||||
if q != "" {
|
||||
q = "?" + q
|
||||
}
|
||||
ctx.Redirect(strings.Replace(ctx.Link, "/0/", "/", 1) + q)
|
||||
ctx.Redirect(strings.Replace(ctx.Link, "/0/", "/", 1)+q, 307)
|
||||
return
|
||||
}
|
||||
group += "/"
|
||||
|
||||
Reference in New Issue
Block a user