Closed (cannot reproduce)
Project:
Internationalization
Version:
6.x-1.10
Component:
Taxonomy
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
30 Dec 2010 at 08:42 UTC
Updated:
26 Oct 2016 at 16:28 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jdanthinne commentedI confirm this bug.
And additionaly, the vocabulary name is blank in the category selector (
).Comment #2
jdanthinne commentedOk, I think I've found the bug, in i18ntaxonomy.module, in function i18ntaxonomy_form_all_localize()…
$vname = i18ntaxonomy_translate_vocabulary_name($vocabulary->name);should be
$vname = i18ntaxonomy_translate_vocabulary_name($vocabulary);Working for me!
Comment #3
ermannob commentedWorked for me too on 6.x-1.7!
Thanks!
Comment #4
YK85 commentedsubscribing
Comment #5
Anonymous (not verified) commentedyah this bug let me lost about 4 hours...testing all activation/desaction modules, updates & else...
thank you man ! this is a pitty this this issue still exist in the last module version 6.x-1.10 of 2011-Oct-11 so I reopen the ticket, because the patch works here !
Comment #6
dale42I've encountered this problem. The solution outlined in #2 resolved it.
Attached is patch for the fix.
Comment #9
joseph.olstad