Make issue view breadcrumbs configurable

drumm - February 9, 2009 - 17:08
Project:Project issue tracking
Version:6.x-1.x-dev
Component:Views integration
Category:task
Priority:normal
Assigned:dww
Status:active
Issue tags:6.x-1.0 blocker
Description

The breadcrumb for issue views, in project_issue_table_plugin_style.inc, should be option of the issue table display plugin.

#1

dww - February 10, 2009 - 07:31
Component:Issues» Views integration

Agreed. ;)

#2

dww - March 6, 2009 - 05:24
Assigned to:Anonymous» dww

Earl and I got together tonight to figure out some of my remaining views-related questions. I now know how to solve this. What we want is:

- the project issue table style plugin should have an option about setting the project breadcrumb or not

- the style plugin can just directly modify the $view->build_info['breadcrumb'] array.

- want to array_merge() my breadcrumbs at the front of the array that's there to preserve any possible argument breadcrumbs

- we must do this inside query() -- render() is too late to manipulate build_info['breadcrumb'], and always doing it in render() can screw-up cases like preview, etc.

I'll work on this ASAP...

#3

aclight - April 26, 2009 - 15:50

Marking as a blocker for release.

 
 

Drupal is a registered trademark of Dries Buytaert.