Closed (fixed)
Project:
Case Tracker
Version:
4.7.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Jan 2007 at 21:13 UTC
Updated:
29 Jan 2007 at 16:30 UTC
For some reason the bread crumbs for the case tracker was displayed even when not on the case tracker page, even when logged out. The bread crumbs was even showed on the first page.
I commented out line 279 in casetracker.module and that helped, donät know if it was the right solution though,-)
// drupal_set_breadcrumb(array(l(t('Home'), NULL), l(t('case tracker projects'), 'casetracker/projects'), l($project->title, 'node/'.$node->pid), l(t('all cases'), 'casetracker/cases/'.$node->pid.'/all')));
Comments
Comment #1
peppelorum commentedSolved it properly by changing line 277 to
Comment #2
morbus iffFixed in DRUPAL-5 and will show up in next release.
Comment #3
(not verified) commented