Request Body not appearing for REST Resource POST


(Markos) #1

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!


(David Schoen) #2

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)

(Bart Banda) #3

This will be fixed in today’s 5.5.0.2 release.


(Markos) #4

I will wait for the release. Thank you!