Resolve "Transition branch for CMB and Resq merging" #1181

Merged
korina.cordero merged 258 commits from 329-transition-branch-for-cmb-and-resq-merging into master 2020-04-03 02:49:26 +00:00
Showing only changes of commit 9165fa1ef1 - Show all commits

View file

@ -330,7 +330,6 @@ class CustomerController extends Controller
protected function updateVehicles($em, Customer $cust, $vehicles)
{
error_log('updateVehicles');
$vehicle_ids = [];
foreach ($vehicles as $vehicle)
@ -411,7 +410,6 @@ class CustomerController extends Controller
public function updateSubmit(Request $req, ValidatorInterface $validator, $id)
{
error_log('updateSubmit for customer');
$this->denyAccessUnlessGranted('customer.update', null, 'No access.');
// get row data