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!
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)