nilportugues / laravel5-jsonapi

Laravel 5 JSON API Transformer Package
http://nilportugues.com
MIT License
311 stars 70 forks source link

getHideProperties not honored in "included" resources #36

Open directrix1 opened 8 years ago

directrix1 commented 8 years ago

The properties are properly hidden when you access the resource directly, but not when it is in the "included" section. Tested on Laravel 5.2.

nilportugues commented 8 years ago

Will write test for these and fix. Thanks for reporting.

scryba commented 8 years ago

@nilportugues also getAliasedProperties(), the properties are not renamed in the "included" section.