silverstripe / silverstripe-restfulserver

RestfulServer module for Silverstripe CMS
http://www.silverstripe.org/restfulserver-module/
BSD 3-Clause "New" or "Revised" License
45 stars 48 forks source link

Issue/69 4 v2 #88

Open ant1234 opened 4 years ago

ant1234 commented 4 years ago

Modifications to JSONDataFormatter to add more fields in convertDataObjectToJSONObject, rather than just id, href, and className.

Also a phpunit test which tests the old fields, ie id, href, and className are still there and working as well as the modification which implements more fields rather than just the three above

Issue