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 |
Jump to:
Description
The breadcrumb for issue views, in project_issue_table_plugin_style.inc, should be option of the issue table display plugin.

#1
Agreed. ;)
#2
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
Marking as a blocker for release.