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
I extended the content model users-permissions by adding a photo field there. The comment create method in the response returns the complete hierarchy of the authorUser model, including the photo. The findAll method only returns the first level of the model, i.e. without a nested field with a photo.
What needs to be done so that the findAll or findAllFlat method returns a user with a photo in response?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I extended the content model users-permissions by adding a photo field there. The comment create method in the response returns the complete hierarchy of the authorUser model, including the photo. The findAll method only returns the first level of the model, i.e. without a nested field with a photo.
What needs to be done so that the findAll or findAllFlat method returns a user with a photo in response?
Beta Was this translation helpful? Give feedback.
All reactions