Closed (fixed)
Project:
Context
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
7 Apr 2011 at 14:13 UTC
Updated:
11 Feb 2014 at 16:30 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
plachThe patch from the OP works as advertised, I made some small improvement.
Comment #2
fxarte commentedI think another solution is to allow any module to tap into the breadcrumb reaction query. We can accomplish this by adding a tag to it, then implementing hook_query_alter.
Here is a patch that adds the tag.
Comment #3
iamEAP commentedCleaning up issue details.
Comment #4
iamEAP commentedNot sure that @fxarte's approach in #2 is appropriate; this should Just Work™ for admin without developer involvement.
With that being said the approach taken in #1 (and also the original patch) seems good. I applied and tested #1 and it worked as expected.
Marking the patch in #1 as RTBC.
Comment #5
iamEAP commentedAnd... Yup. This is still working great.
Comment #6
colanCommitted #1 in a9116ab.