non-translateable fields not showing up in non default language interface

A date field for example that is non-translateable will show up in the default language mode but if you open the same node form in the other language that field will not show up.

So, to make this entity_translation_unified_form module work equally in all languages this needs to be fixed.

So, the default languate needs to be looked at for non-translateable fields and add those into the form.

Comments

joseph.olstad created an issue. See original summary.

joseph.olstad’s picture

Issue summary: View changes
yannick perret’s picture

Hi,
a way to "correct" this can be to always create the same list of languages.
In your etuf-helper you have a function that returns other languages (regards to the current). You can always start with the site's default language (rather than current) so that you will always have stuff the right place.
But it can only work when forcing current language (what I do to get label+description in field language).

yannick perret’s picture

Hi. Sorry, I was very busy on other points.
I will try to read all your recent comments soon. Regards.