Request Body not appearing for REST Resource POST

Matrix Version:
Squiz Matrix v5.5.0.1

I updated to 5.5.0.1. I noticed that Request Body is not showing. Maybe is a bug.

I uploaded an image.

Thank you!

Looks like it’s only working correctly when Edit+ is installed.

I’ve lodged a bug internally.

It was broken by commit d3f4561a3c2469fce1e16fbde6bb9c6ed15803d7, you can probably get back to a functioning interface by unpatching that commit e.g check the patch would apply (no output = will apply):

$ git apply -R --check <(git show d3f4561a3c2469fce1e16fbde6bb9c6ed15803d7)

Reverse the change:

$ git apply -R <(git show d3f4561a3c2469fce1e16fbde6bb9c6ed15803d7)

This will be fixed in today’s 5.5.0.2 release.

I will wait for the release. Thank you!