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
Thanks for the effort you put into this plugin. I love it and use it daily.
One thing i would like to see is deep population for the i18n localization of entries.
I found the same feature request in this strapi forum.
And also found this work around in another forum post. Although this is a valid solution i think this should be possible without the need of a custom controller, fetching the attributes of a deeper nested entity.
Thank you for any suggestions
The text was updated successfully, but these errors were encountered:
I appreciate @Barelydead's effort on the plugin. I'd also love to see populating locales support too.
I have another insight, that might come in handy.
I have Tracks, which has multiple Genres associated to them. Each Genre is a content itself.
When I request GET /api/tracks/1?populate[genres][populate]=*, I get the following:
Thanks for the effort you put into this plugin. I love it and use it daily.
One thing i would like to see is deep population for the i18n localization of entries.
I found the same feature request in this strapi forum.
And also found this work around in another forum post. Although this is a valid solution i think this should be possible without the need of a custom controller, fetching the attributes of a deeper nested entity.
Thank you for any suggestions
The text was updated successfully, but these errors were encountered: