mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-05-22 10:41:27 -05:00
Seed the dedup map at the start of insertFromStructure with the importing user's existing labels, keyed by title + normalized hex color. Previously the map was empty on each run, so importing the same CSV (or any other migration format) twice would create a second copy of every label. Scoped to the user's own labels so imports don't silently link to other users' labels visible via shared projects. Fixes #2742