A populated relation might look like this when serialized:
If that relation contains no children, the "myRelation" key is entirely missing from the serialized data, but it should be:
Might be easily fixed by removing the check on RESTfulAPI_BasicSerializer.php:L209?
A populated relation might look like this when serialized:
If that relation contains no children, the "myRelation" key is entirely missing from the serialized data, but it should be:
Might be easily fixed by removing the check on RESTfulAPI_BasicSerializer.php:L209?