I'm not sure if this is by design so please close/ignore this if it is.

taxonomy_context_get_context doesn't return context for nodes if arg(2) exists, as it would if a user was editing the form. I'd like to show breadcrumbs on the forms as well. The patch changes the function to return context if arg(1) is numeric, so for every node irrespective of the operation performed on it.

I call taxonomy_context_get_context directly from my module so again, this patch may not apply.

Cheers,
Simon

CommentFileSizeAuthor
breadcrumbs_in_forms.patch659 bytesAnonymous (not verified)

Comments

Natalie@drupal.ru’s picture

This patch shows the menu but not the breadcrumb.

nedjo’s picture

Status: Active » Closed (won't fix)

Hmm, I see the point, but I think I prefer not to mess with breadcrumbs outside of regular node display. That way it's parallel with the behavior with terms and vocabularies--context is loaded when viewing, but not editing.