0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-09-21 08:39:05 +02:00
gitea/templates
Giteabot b6ede69a1b
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>
2024-08-14 09:57:23 +08:00
..
admin Fix double border in system status table (#31363) (#31401) 2024-06-18 06:29:43 +08:00
api/packages/pypi Fix links in PyPI Simple Repository API page (#30594) 2024-04-20 01:15:14 +00:00
base Fix navbar + menu flashing on page load (#31281) (#31342) 2024-06-12 15:26:04 +00:00
custom
devtest Fix some URLs whose sub-path is missing (#31289) (#31292) 2024-06-07 15:43:47 +00:00
explore Refactor web routes (#30519) 2024-04-17 08:31:37 +00:00
mail Remove unnecessary SanitizeHTML from code (#29575) 2024-03-04 12:02:45 +00:00
org Right align the "Settings" menu item in overflow-menu (#30764) (#30777) 2024-04-30 16:40:09 +08:00
package Avoid 500 panic error when uploading invalid maven package file (#31014) (#31027) 2024-05-20 07:10:27 +00:00
projects Remove .segment from .project-column (#31204) (#31239) 2024-06-04 09:45:50 +00:00
repo Fixes for unreachable project issues when transfer repository from organization (#31770) (#31828) 2024-08-14 09:57:23 +08:00
shared Optimize runner-tags layout to enhance visual experience (#31258) (#31263) 2024-06-06 04:35:36 +08:00
status Initial support for colorblindness-friendly themes (#30625) 2024-04-24 00:18:41 +08:00
swagger Fix API endpoint for registration-token (#31722) (#31728) 2024-07-29 21:15:07 +03:00
user Fixed incorrect localization explorer.go (#31348) (#31350) 2024-06-13 02:16:17 +00:00
webhook Fix incorrect tailwind migration (#30007) 2024-03-22 20:51:29 +01:00
home.tmpl Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
install.tmpl Fix some UI problems (install/checkbox) (#30854) (#30870) 2024-05-06 06:58:42 +00:00
post-install.tmpl Always use ctx.Locale.Tr inside templates (#27231) 2023-09-25 08:56:50 +00:00