mirror of
https://github.com/go-gitea/gitea
synced 2025-07-03 09:07:19 +00:00
Change webhook-type in create-view (#29114)
It's now possible to change webhook-type in create-view. before:  after:  --------- Co-authored-by: silverwind <me@silverwind.io> Co-authored-by: Giteabot <teabot@gitea.io>
This commit is contained in:
committed by
GitHub
parent
542480a9b0
commit
374e886f51
@ -151,6 +151,7 @@ func WebhooksNew(ctx *context.Context) {
|
||||
}
|
||||
}
|
||||
ctx.Data["BaseLink"] = orCtx.LinkNew
|
||||
ctx.Data["BaseLinkNew"] = orCtx.LinkNew
|
||||
|
||||
ctx.HTML(http.StatusOK, orCtx.NewTemplate)
|
||||
}
|
||||
|
Reference in New Issue
Block a user