mirror of
https://github.com/go-gitea/gitea
synced 2025-07-15 23:17:19 +00:00
UI: CURD labels
- fix update lable break connection with repository
This commit is contained in:
@@ -134,6 +134,7 @@ func (f *CreateMilestoneForm) Validate(ctx *macaron.Context, errs binding.Errors
|
||||
// \/ \/ \/ \/
|
||||
|
||||
type CreateLabelForm struct {
|
||||
ID int64
|
||||
Title string `binding:"Required;MaxSize(50)" locale:"repo.issues.label_name"`
|
||||
Color string `binding:"Required;Size(7)" locale:"repo.issues.label_color"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user