You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Backport go-gitea#17970
When we have a transaction - queries to tables already queried must be queried within
that transaction.
repo.IsTimeTrackerEnabled() called repo.GetUnit() meaning that issue.loadAttributes
causes a deadlock.
Signed-off-by: Andrew Thornton <[email protected]>
0 commit comments