1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Add possibility to record branch or tag information in an issue (#780)

This commit is contained in:
Zsombor
2017-08-24 14:30:27 +02:00
committed by Lauris BH
parent 174255e74e
commit da230a2872
9 changed files with 78 additions and 0 deletions

View File

@@ -194,6 +194,7 @@ func (f *NewSlackHookForm) Validate(ctx *macaron.Context, errs binding.Errors) b
type CreateIssueForm struct {
Title string `binding:"Required;MaxSize(255)"`
LabelIDs string `form:"label_ids"`
Ref string `form:"ref"`
MilestoneID int64
AssigneeID int64
Content string