mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-05-01 01:16:40 +00:00
All generic CRUD handlers now call events.DispatchPending(s) after s.Commit() and events.CleanupPending(s) on rollback paths. This is preparation for switching model methods from events.Dispatch to events.DispatchOnCommit. Refs #2315