You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it works if we get the list data from /api/ancientgods or individual from /api/ancientgods/1 both cases, Activities list doesn't have a description field.
BUT if we get the list from /api/ancientgods/1/activities or /api/ancientgods/1/activities/2 the activities will have the excluded description field.
I'm planing to expand the excludeAttributes on the associations resources, so this is mere documentation before a PR
The text was updated successfully, but these errors were encountered:
I managed to exclude attributes on associated models, both via excludeAttributes object, and associations object,
(like in test for #161)
or
it works if we get the list data from
/api/ancientgods
or individual from/api/ancientgods/1
both cases, Activities list doesn't have adescription
field.BUT if we get the list from
/api/ancientgods/1/activities
or/api/ancientgods/1/activities/2
the activities will have the excludeddescription
field.I'm planing to expand the
excludeAttributes
on the associations resources, so this is mere documentation before a PRThe text was updated successfully, but these errors were encountered: