You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug with delete via Collection, json content sent is not injected in $data in deleteList method, need to do hardcode like:
$event = $this->getEvent();
$request = $event->getRequest();
$raw = $request->getContent();
$data = json_decode($raw);
Bug with delete via Collection, json content sent is not injected in $data in deleteList method, need to do hardcode like:
$event = $this->getEvent();
$request = $event->getRequest();
$raw = $request->getContent();
$data = json_decode($raw);
Originally posted by @zbintiosul at zfcampus/zf-apigility#94
The text was updated successfully, but these errors were encountered: