Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apigility DELETE via COLLECTION #52

Open
michalbundyra opened this issue Jan 10, 2020 · 1 comment
Open

Apigility DELETE via COLLECTION #52

michalbundyra opened this issue Jan 10, 2020 · 1 comment

Comments

@michalbundyra
Copy link
Member

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

@michalbundyra
Copy link
Member Author

Already reported and in progress. zfcampus/zf-rest#59


Originally posted by @TomHAnderson at zfcampus/zf-apigility#94 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant