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>
2024-08-09 01:29:02 +00:00
..
column_test.go Rename project board -> column to make the UI less confusing (#30170) 2024-05-27 08:59:54 +00:00
column.go Rename project board -> column to make the UI less confusing (#30170) 2024-05-27 08:59:54 +00:00
issue.go Add issue comment when moving issues from one column to another of the project (#29311) 2024-08-09 01:29:02 +00:00
main_test.go make writing main test easier (#27270) 2023-09-28 01:38:53 +00:00
project_test.go Rename project board -> column to make the UI less confusing (#30170) 2024-05-27 08:59:54 +00:00
project.go Fix the display of project type for deleted projects (#31732) 2024-07-30 04:37:43 +00:00
template.go Rename project board -> column to make the UI less confusing (#30170) 2024-05-27 08:59:54 +00:00