1
1
mirror of https://github.com/go-gitea/gitea synced 2025-10-28 09:58:25 +00:00
Files
gitea/routers/api
yp05327 2ac6f2b129 Fix internal server error when updating labels without write permission (#32776)
Fix #32775

if permission denined, `prepareForReplaceOrAdd` will return nothing, and
this case is not handled.
2024-12-10 18:42:52 +00:00
..