parent
ac97ea573c
commit
c69c01d2b6
6 changed files with 73 additions and 16 deletions
|
@ -487,10 +487,10 @@ type UserCreateProjectForm struct {
|
|||
UID int64 `binding:"Required"`
|
||||
}
|
||||
|
||||
// EditProjectBoardTitleForm is a form for editing the title of a project's
|
||||
// board
|
||||
type EditProjectBoardTitleForm struct {
|
||||
Title string `binding:"Required;MaxSize(100)"`
|
||||
// EditProjectBoardForm is a form for editing a project board
|
||||
type EditProjectBoardForm struct {
|
||||
Title string `binding:"Required;MaxSize(100)"`
|
||||
Sorting int8
|
||||
}
|
||||
|
||||
// _____ .__.__ __
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue