mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-08-20 15:50:08 -05:00
Non-empty-title errors from task creation fell through silently and the loop kept using a task with ID 0, attaching relations and labels to id 0. Return the error instead; empty titles keep being skipped.