Hello, we are experiencing strange issue with getting content with proper locale along with picking only desired fields (NEW Cockpit).
We have collection with fields that can be localized. Translations are set in CMS.
If we make a request to collection with locale, example: ?locale=fr_FR, CMS is returning translated labels.
However, if we are passing locale along with picking only desired fields, we get default values instead of translated ones.
Example: ?locale=fr_FR&fields={label:1}. CMS is returning only label field, but with default value…
Also, we don’t see any possibility of getting every locale on normal get items request. Only the default values are returned.