You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/models/project
Lunny Xiao 791d7fc76a
Add issue comment when moving issues from one column to another of the project (#29311)
Fix #27278
Replace #27816

This PR adds a meta-comment for an issue when dragging an issue from one
column to another of a project.

<img width="600" alt="image"
src="https://github.com/go-gitea/gitea/assets/81045/5fc1d954-430e-4db0-aaee-a00006fa91f5">

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: yp05327 <576951401@qq.com>
6 months ago
..
column.go Rename project board -> column to make the UI less confusing (#30170) 8 months ago
column_test.go Rename project board -> column to make the UI less confusing (#30170) 8 months ago
issue.go Add issue comment when moving issues from one column to another of the project (#29311) 6 months ago
main_test.go make writing main test easier (#27270) 1 year ago
project.go Fix the display of project type for deleted projects (#31732) 6 months ago
project_test.go Rename project board -> column to make the UI less confusing (#30170) 8 months ago
template.go Rename project board -> column to make the UI less confusing (#30170) 8 months ago