Hi,
I use i18n module and admin_language. I enabled the option "Hide administration language on node form" - but the backend language is still shown on content edit forms.

Is this a known bug? How to debug?

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

vistree created an issue. See original summary.

vistree’s picture

OK, found out that i18n causes the problem. i18n also alters the language field. Attached is a patch which changes the weight of the admin_language form_alter hook.
Also, I changed a condition in the module, where languages are counted and function only applies, if the count of languages is greater then 2. I think it must be 1!!