Closed (fixed)
Project:
Entity Translation
Version:
7.x-1.x-dev
Component:
Base system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
16 Jan 2013 at 16:52 UTC
Updated:
12 Jun 2014 at 22:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
plachHere is a patch performing only the language widget handling for untranslatable entities.
Comment #2
plachFixed typo.
Comment #3
plachComment #4
plachCommitted and pushed.
Comment #6
drzraf commentedI got an issue using latest 7.x which wasn't happening using beta2. I now come here after the result of the bissection blamed 33651f45.
The issue is:
entity translationfor a given bundle (type== report)content translationfor a given bundle (type== page)fr/node/1470/edit(several other translations already exist)Result:
Guess:
The hunk providing:
elseif ($info = entity_translation_edit_form_info($form, $form_state))may be missing an additional test as, in my case, it succeeds while it probably must not.
If I understood that part of the code, this makes
entity_translationthe handler, but I believe that should not happens here.Let me know if you need additional information.
Comment #7
plachI think I stumbled upon this as well, just forgot to open a new issue. Please open a new one and move #6 there as OP. Will meet you there :)
Comment #8
drzraf commenteddone with #1924088: Wrong form "language" value in case of content-translation enabled bundles