From 46438fc74bab7828bb0724db7cb8f59eb21b8418 Mon Sep 17 00:00:00 2001 From: kolaente Date: Thu, 5 Mar 2026 11:21:09 +0100 Subject: [PATCH] fix(migration): route CSV migrator to dedicated page The migration list linked all migrators to the 'migrate.service' route by name, which loads MigrationHandler.vue. For the CSV migrator this would result in a 400 error since it requires the multi-step MigrationCSV.vue flow with config. Now CSV migrators link to 'migrate.csv' instead. --- frontend/src/views/migrate/Migration.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/views/migrate/Migration.vue b/frontend/src/views/migrate/Migration.vue index bcee31537..71c9bb9b5 100644 --- a/frontend/src/views/migrate/Migration.vue +++ b/frontend/src/views/migrate/Migration.vue @@ -4,10 +4,10 @@

{{ $t('migrate.description') }}