Update Person grid view vue and reverted import v2 back to v1 (v2 not production ready)

This commit is contained in:
Simon Pocrnjič
2026-01-15 20:38:08 +01:00
parent 357a254e82
commit 091fb07646
6 changed files with 438 additions and 219 deletions
+1 -1
View File
@@ -184,7 +184,7 @@ public function store(Request $request)
}
// Kick off processing of an import - simple synchronous step for now
public function process(Import $import, Request $request, ImportServiceV2 $processor)
public function process(Import $import, Request $request, ImportProcessor $processor)
{
$import->update(['status' => 'validating', 'started_at' => now()]);