mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-06-01 19:01:37 +00:00
After NewSession() auto-begins a transaction, callers that perform writes must explicitly call Commit() for changes to persist. Without this, writes are silently rolled back when Close() is called. Affected callers: - user deletion notification cron - caldav token generation/deletion - token cleanup cron - mark-all-notifications-read endpoint - saved filter view cron - project background delete - typesense reindex - export cleanup cron - task last-updated listener - saved filter view listener - SSO team cleanup cron - migration status start/finish - background set/remove handlers - orphaned task position cleanup - file creation
2.4 KiB
2.4 KiB