Lets say, i have a vocabulary like
World (Vocabulary)
- Countries (Parent term)
-- Germany
-- France
And the vocabulary is localized. If I open the edit form in another language than the default. i get the following
Welt (Vocabulary)
- Welt (<strong><== here should be the translated parent term)<strong>
-- Deutschland
-- Frankreich
I have attached a patch to solve the problem.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | taxonomy_super_select.module.wrong-parent-term-translation.patch | 809 bytes | jcisio |
| taxonomy_super_select.module.wrong-parent-term-translation.patch | 758 bytes | ducdebreme |
Comments
Comment #1
jcisio commentedI don't have i18n now, but I doubt it works. But this one should: change that line to
Please review!
Comment #2
ducdebreme commentedYes, it works. Tested with I18N 6.x-1.7
Comment #3
jcisio commentedOk, the patch looks logical, too. Committed. Thanks!