1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-02 16:35:19 +02:00

new edit webhook UI

This commit is contained in:
Unknwon 2015-08-27 01:04:23 +08:00
parent 4217c2333c
commit c08600c59b
9 changed files with 126 additions and 172 deletions

View file

@ -66,7 +66,6 @@ func (f *RepoSettingForm) Validate(ctx *macaron.Context, errs binding.Errors) bi
// \/ \/ \/ \/ \/ \/
type WebhookForm struct {
HookType string `binding:"Required"`
PushOnly bool
Active bool
}