update FullName method to show group id if it's non-zero

This commit is contained in:
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
2026-04-02 20:00:57 -04:00
parent 11ab4445a0
commit 7a8db72e63
51 changed files with 342 additions and 342 deletions
+1 -1
View File
@@ -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 += "/"