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
Edip Emre Bodur a4dac59643
Fixes for unreachable project issues when transfer repository from organization (#31770)
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>
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 Fixes for unreachable project issues when transfer repository from organization (#31770) 6 months ago
main_test.go make writing main test easier (#27270) 1 year ago
project.go Fixes for unreachable project issues when transfer repository from organization (#31770) 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