vikunja/pkg/modules/migration/csv
kolaente c213f8eed8 fix(migration): use echo/v5 and fix handler patterns in CSV handler
The CSV handler imported echo/v4 instead of echo/v5 (which the project
uses), used value receiver echo.Context instead of pointer
*echo.Context, and called a non-existent handler.HandleHTTPError
function. Update to match existing handler patterns.
2026-04-07 15:48:15 +02:00
..
csv.go fix(migration): remove unused error fields from PreviewResult 2026-04-07 15:48:15 +02:00
csv_test.go feat(migration): add generic CSV import with column mapping 2026-04-07 15:48:15 +02:00
handler.go fix(migration): use echo/v5 and fix handler patterns in CSV handler 2026-04-07 15:48:15 +02:00