Fixed: data validation in offline refuel create form
All checks were successful
Build and Deploy Zola Website / build_and_deploy (push) Successful in 12s
All checks were successful
Build and Deploy Zola Website / build_and_deploy (push) Successful in 12s
This commit is contained in:
@ -46,6 +46,7 @@ class RefuelController extends Controller {
|
||||
'validationErrors' => $validator->errors() ?: [],
|
||||
'vehicles' => $vehicles,
|
||||
'title' => 'New refuel record',
|
||||
'status' => '400'
|
||||
]);
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user