image.module creates a breadcrumb trail using: /image/tid/n, when taxonomy_context is enabled the breadcrumb changes to /taxonomy/term/n which is wrong given the image gallery context.
image.module creates a breadcrumb trail using: /image/tid/n, when taxonomy_context is enabled the breadcrumb changes to /taxonomy/term/n which is wrong given the image gallery context.
Comments
Comment #1
nedjoHm, not quite sure how to approach fixing this. This is, I think, one of the challenges of working with hooks and calls that any module can call. Maybe test if existing breadcrumb begins with image? I'll try to get around to looking at this, but meantime I'd certainly welcome a patch.
Comment #2
nancydruReopen this with a current release if it is still valid.