Fixed: data validation in offline refuel create form
All checks were successful
Build and Deploy Zola Website / build_and_deploy (push) Successful in 12s

This commit is contained in:
2025-02-03 19:54:58 +01:00
parent c14bbd1930
commit 3d86f1ae2e
3 changed files with 66 additions and 34 deletions

View File

@ -46,6 +46,7 @@ class RefuelController extends Controller {
'validationErrors' => $validator->errors() ?: [],
'vehicles' => $vehicles,
'title' => 'New refuel record',
'status' => '400'
]);
return;
}