mirror of
https://github.com/go-gitea/gitea
synced 2024-11-01 07:44:25 +00:00
a4dac59643
When transferring repositories that have issues linked to a project board to another organization, the issues remain associated with the original project board. This causes the columns in the project board to become bugged, making it difficult to move other issues in or out of the affected columns. As a solution, I removed the issue relations since the other organization does not have this project table. Fix for #31538 Co-authored-by: Jason Song <i@wolfogre.com> |
||
---|---|---|
.. | ||
column_test.go | ||
column.go | ||
issue.go | ||
main_test.go | ||
project_test.go | ||
project.go | ||
template.go |