Skip to content
This repository has been archived by the owner on Jul 5, 2022. It is now read-only.

fix transfer of value from default language in untranslatable fields #182

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

prookie
Copy link

@prookie prookie commented Sep 30, 2020

Fixes #152
Solution is not the prettiest, but seems to work (at least for my use case).
Probably does not work in nested builders.

Works in backend and frontend.

Fixes TimOetting#152
Solution is not the prettiest, but seems to work (at least for my use case).
Probably does not work in nested builders.
@Cappec
Copy link

Cappec commented Oct 5, 2020

Hey,
I just tested this slution and it works! But I have a problem with a Image field (with translate: false) inside a structure. In the other languages doesn't return the correct images. Seems that return an empty array.
Do you have any suggestion on how to fix it?

Thanks!

@prookie
Copy link
Author

prookie commented Oct 6, 2020

You are right, I am experiencing that problem as well respectively the number of images is correct but they are just placeholders. Unfortunately I do not have time to investigate this at the moment, sorry. Be free to check it out yourself, if you can and want to. If there is any progress from my side, I will report back here.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

translate: false for builder field?
2 participants