Hi,
I have several vocabularies, some have "localized terms" some others are not translated.
When I do an advanced search I can restrict my search field by selecting some categories. With i18n 1.7 only one vocabulary shows its terms in that selector.
With i18n 1.5 all terms from all vocabularies are shown.
Thanks.
Regards,
Ermanno
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | advanced_search_taxonomy-1010504-6.patch | 710 bytes | dale42 |
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