Closed (fixed)
Project:
Breadcrumbs by path
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 May 2014 at 18:41 UTC
Updated:
24 Jun 2015 at 18:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
gmercer commentedHere is the patch for this issue.
Comment #2
redndahead commentedFYI We've been using this on production with no issues since we've submitted this patch.
Comment #3
redndahead commentedRe-roll
Comment #4
nitebreedWorks!
Comment #5
opdaviesI think that it would be better to modify what happens in the
_breadcrumbs_by_path_clean_string()function rather than bypass it completely.Comment #6
redndahead commentedThe clean string function is for cleaning the last path of a url into something that looks like a title. It's not really needed in this case since it's already the title.
Comment #8
opdaviesCommitted, and tagged as 7.x-1.0-alpha13.
Comment #9
opdavies