mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-08 08:12:17 +01:00
Moved import test files; Added timezone argument to importers
This commit is contained in:
committed by
Constantin Graf
parent
7af77c9357
commit
b5a240cb2f
@@ -67,10 +67,12 @@ class ImportController extends Controller
|
||||
], 400);
|
||||
}
|
||||
|
||||
$timezone = $this->user()->timezone;
|
||||
$report = $importService->import(
|
||||
$organization,
|
||||
$request->input('type'),
|
||||
$importData
|
||||
$importData,
|
||||
$timezone
|
||||
);
|
||||
|
||||
return new JsonResponse([
|
||||
|
||||
Reference in New Issue
Block a user