Right now the breadcrumb on my release goes:

Home >> Downloads >> Project >> Modules >> Views

However, there is a 'releases' page in between. It should be added to the breadcrumb.

Home >> Downloads >> Project >> Modules >> Views >> Releases

I believe that not being there constitutes a minor but.

CommentFileSizeAuthor
#1 project_release-breadcrumb.patch915 bytesGurpartap Singh
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Gurpartap Singh’s picture

Status: Active » Needs review
FileSize
915 bytes
Gurpartap Singh’s picture

Status: Needs review » Reviewed & tested by the community

Patch is simple, and tested. Adds following code to the breadcrumb array:

$breadcrumb[] = array('path' => 'node/'. $release->pid . '/release', 'title' => t('Releases'));

Marking RTBC.

dww’s picture

Status: Reviewed & tested by the community » Fixed

committed a modified version of the patch as revision: 1.1.2.38.
see http://drupal.org/cvs?commit=45087 for details.

thanks!
-derek

p.s. this won't run on d.o until something more major requires an update, or my request for shell access to the osuosl servers gets approved (by osuosl, that is... dries already said yes). ;)

Anonymous’s picture

Status: Fixed » Closed (fixed)