1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-19 08:48:37 +00:00
Files
gitea/routers/api
Lunny Xiao 5667ef9aab Add missing database transaction for new issue (#29490) (#29607)
When creating an issue, inserting issue, assign users and set project
should be in the same transaction.

Backport #29490
2024-03-05 16:37:55 +00:00
..