mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-04-27 01:48:20 -05:00
When creating a new view without specifying a position, it defaulted to 0, causing it to always sort before all other views. Apply calculateDefaultPosition to assign a unique position based on the view ID, consistent with how projects, tasks, and buckets handle this. Fixes go-vikunja/vikunja#2319