Sort / Move project boards (#14634)

Sort Project board (#14533)
This commit is contained in:
Romain 2021-02-11 17:32:27 +01:00 committed by GitHub
parent ac97ea573c
commit c69c01d2b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 73 additions and 16 deletions

View file

@ -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
}
// _____ .__.__ __