Is it possible to have the breacrumb also on the edit of the node?

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

stacysimpson’s picture

Has anyone ever resolved this need?

MGN’s picture

It hasn't received much attention, but I think it should be possible through hook_form_alter. I'll look at a patch implementing this feature request if anyone would like to work on it.

stacysimpson’s picture

Certainly, a nice-to-have feature when editing existing content. We are willing to help test and are running release '6.x-1.4'.

0xAFFE’s picture

Status: Active » Needs review
FileSize
3.29 KB

Here is a patch. Mainly I refactored the code and introduced the hook form_alter as suggested by MGN.

stacysimpson’s picture

Version: 5.x-1.2 » 6.x-1.x-dev

I wasn't sure which target the patch is targeted for, so I manually merged the changes into our '6.x-1.4' release. Works like a champ!

stacysimpson’s picture

Version: 6.x-1.x-dev » 6.x-1.5
Status: Needs review » Reviewed & tested by the community

This patch has been working for us...updating status.

lamp5’s picture

Issue summary: View changes
Status: Reviewed & tested by the community » Closed (outdated)