diff options
author | Edip Emre Bodur <emrebdr29@gmail.com> | 2024-08-13 05:53:43 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-13 02:53:43 +0000 |
commit | a4dac596434df0af7de28d9c1f4630ba32b10515 (patch) | |
tree | 9dd29171f115aac8f4dc5bf3fe2a83fdf1e70cf1 /options/locale | |
parent | 5bcab0b702274e137ff3e40f3ffa9078605fc2a2 (diff) | |
download | gitea-a4dac596434df0af7de28d9c1f4630ba32b10515.tar.gz gitea-a4dac596434df0af7de28d9c1f4630ba32b10515.zip |
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>
Diffstat (limited to 'options/locale')
-rw-r--r-- | options/locale/locale_en-US.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index b30504edd7..f3a7a38951 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -2186,6 +2186,7 @@ settings.transfer_in_progress = There is currently an ongoing transfer. Please c settings.transfer_notices_1 = - You will lose access to the repository if you transfer it to an individual user. settings.transfer_notices_2 = - You will keep access to the repository if you transfer it to an organization that you (co-)own. settings.transfer_notices_3 = - If the repository is private and is transferred to an individual user, this action makes sure that the user does have at least read permission (and changes permissions if necessary). +settings.transfer_notices_4 = - If the repository belongs to an organization, and you transfer it to another organization or individual, you will lose the links between the repository's issues and the organization's project board. settings.transfer_owner = New Owner settings.transfer_perform = Perform Transfer settings.transfer_started = This repository has been marked for transfer and awaits confirmation from "%s" |