mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-25 11:22:16 +00:00
org settings -> webhook/labels/deletion should also active the menu (#17809)
This commit is contained in:
parent
e8f1f09132
commit
6c21961462
3 changed files with 7 additions and 1 deletions
|
@ -34,6 +34,7 @@ func NewLabel(ctx *context.Context) {
|
|||
form := web.GetForm(ctx).(*forms.CreateLabelForm)
|
||||
ctx.Data["Title"] = ctx.Tr("repo.labels")
|
||||
ctx.Data["PageIsLabels"] = true
|
||||
ctx.Data["PageIsOrgSettings"] = true
|
||||
|
||||
if ctx.HasError() {
|
||||
ctx.Flash.Error(ctx.Data["ErrorMsg"].(string))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue