1
1
mirror of https://github.com/go-gitea/gitea synced 2025-12-07 13:28:25 +00:00

rename more board -> column

This commit is contained in:
Lunny Xiao
2024-03-30 10:46:18 +08:00
parent 43729085ac
commit 49fce5de0b
19 changed files with 113 additions and 117 deletions
+1 -1
View File
@@ -522,7 +522,7 @@ type UserCreateProjectForm struct {
UID int64 `binding:"Required"`
}
// EditProjectColumnForm is a form for editing a project board
// EditProjectColumnForm is a form for editing a project column
type EditProjectColumnForm struct {
Title string `binding:"Required;MaxSize(100)"`
Sorting int8
+1 -1
View File
@@ -65,7 +65,7 @@ var hiddenCommentTypeGroups = hiddenCommentTypeGroupsType{
},
"project": {
/*30*/ issues_model.CommentTypeProject,
/*31*/ issues_model.CommentTypeProjectBoard,
/*31*/ issues_model.CommentTypeProjectColumn,
},
"issue_ref": {
/*33*/ issues_model.CommentTypeChangeIssueRef,