]> source.dussan.org Git - gitea.git/commit
Fixes for unreachable project issues when transfer repository from organization ...
authorGiteabot <teabot@gitea.io>
Wed, 14 Aug 2024 01:57:23 +0000 (09:57 +0800)
committerGitHub <noreply@github.com>
Wed, 14 Aug 2024 01:57:23 +0000 (09:57 +0800)
commitb6ede69a1b2836621f54450df9ac10d05c3b0fa0
tree229d02786fcbc276f6d1648d41c37d7a7b3dd4bf
parenta3633b53d4f5159732400ce05d3fe58959d3ca30
Fixes for unreachable project issues when transfer repository from organization (#31770) (#31828)

Backport #31770 by @emrebdr

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: Edip Emre Bodur <emrebdr29@gmail.com>
Co-authored-by: Jason Song <i@wolfogre.com>
models/project/issue.go
models/project/project.go
options/locale/locale_en-US.ini
services/repository/transfer.go
templates/repo/settings/options.tmpl