In a module's issue queue at the "old" Drupal Website, the breadcrump shows the modules name. This was very useful to navigate from the issue list to the module directly (e.g. Home >> Download >> Modules >> Panels). At the redesigned page, there is only Home >> Issues. Would be great to have the module's name back in the breadcrump.

CommentFileSizeAuthor
#4 project_issue.patch3.14 KBdrumm

Comments

drumm’s picture

Project: Drupal.org infrastructure » Project issue tracking
Version: » 6.x-1.x-dev
Component: Drupal.org theme » Issues
Assigned: Unassigned » drumm
Category: feature » task
mr.baileys’s picture

Note that in some cases, the breadcrumb on the current d.o. site is broken, see #361971: Issue wonkiness after project deletion.

mr.baileys’s picture

Title: Breadcrump in issue Queue » Breadcrumb in issue Queue
drumm’s picture

Status: Active » Needs review
StatusFileSize
new3.14 KB

This patch fixes the breadcrumbs on project issues and advanced search. Statistics was completely broken, and is fixed too. Depends on #371535: Handle loading projects by name.

dww’s picture

Status: Needs review » Needs work

Thanks for getting this started.

a) We should use project_issue_set_breadcrumb() here.

b) You're missing some of the default issue-related views.

c) I'd rather not hard-code it like this, but make it an option of the issue table display plugin. This part could wait until post upgrade, but should be fixed before 6.x-1.0.

drumm’s picture

a) project_issue_set_breadcrumb() wants a $node in addition to $project. What would the $node be on a view?

b) Do you have a list of views or URLs? I was looking at the page reported here & neighbors.

c) Yes, it can wait #371606: Make issue view breadcrumbs configurable.

dww’s picture

Status: Needs work » Fixed

Upon closer inspection, this is mostly all we needed. Reviewed, testing, and committed to HEAD (with some minor doc cleanup).

Status: Fixed » Closed (fixed)
Issue tags: -drupal.org upgrade

Automatically closed -- issue fixed for 2 weeks with no activity.