Closed (fixed)
Project:
Custom Breadcrumbs
Version:
6.x-2.0-beta3
Component:
custom_breadcrumbs_taxonomy
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 May 2010 at 11:33 UTC
Updated:
20 Aug 2010 at 05:40 UTC
Default value of custom_breadcrumbs_taxonomy_show_current_term variable is FALSE (look at settings page in custom_breadcrumbs_taxonomy.module - line 341) but inside custom_breadcrumbs_taxonomy.inc - line 258 this variable get default value TRUE, which lead to showing current taxonomy term in breadcrumb trail on the taxonomy term page just after installation. This is quite strange for admins since this option is switched off on settings page. I'am ataching the patch.
| Comment | File | Size | Author |
|---|---|---|---|
| default_custom_breadcrumbs_taxonomy_show_current_term.patch | 915 bytes | kndr |
Comments
Comment #1
kndrMy mistake in description and title. It is about custom_breadcrumbs_taxonomy_show_current_term_term variable.
Comment #2
MGN commentedThanks for the patch. This fix has now been committed to 6.x-2.x-dev.