]> source.dussan.org Git - gitea.git/commit
Fixes for unreachable project issues when transfer repository from organization ...
authorEdip Emre Bodur <emrebdr29@gmail.com>
Tue, 13 Aug 2024 02:53:43 +0000 (05:53 +0300)
committerGitHub <noreply@github.com>
Tue, 13 Aug 2024 02:53:43 +0000 (02:53 +0000)
commita4dac596434df0af7de28d9c1f4630ba32b10515
tree9dd29171f115aac8f4dc5bf3fe2a83fdf1e70cf1
parent5bcab0b702274e137ff3e40f3ffa9078605fc2a2
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>
models/project/issue.go
models/project/project.go
options/locale/locale_en-US.ini
services/repository/transfer.go
templates/repo/settings/options.tmpl