colymba / silverstripe-restfulapi

SilverStripe RESTful API with a default JSON serializer.
BSD 3-Clause "New" or "Revised" License
64 stars 33 forks source link

make api_fields work for has_one #78

Closed oetiker closed 7 years ago

oetiker commented 7 years ago

api_fields expected the $FieldClassName instead of the $columnName when filtering has_one fields.

colymba commented 7 years ago

Good catch! thx @oetiker