Closed (won't fix)
Project:
Panels
Version:
6.x-2.x-dev
Component:
Views panes
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Jan 2009 at 05:22 UTC
Updated:
17 Sep 2009 at 16:33 UTC
In panels_views.module, the delta generated for views blocks are different then the delta generated by the Views module.
In views/plugins/views_plugin_display_block.inc:
$delta = $this->view->name . '-' . $this->display->id;
In panels/panels_views/panels_views.modue:
$block->delta = $view->name . $display;
This has caused some problems with rendering content via the "System Block" panel style, which gets passed to block.tpl.php. The most glaring problem this causes is a different block #id for views blocks passed through panels.
Attached is a patch to fix the problem.
| Comment | File | Size | Author |
|---|---|---|---|
| panels_views_delta.patch | 664 bytes | duellj |
Comments
Comment #1
merlinofchaos commentedTHis is committed to the 3.x branch -- it should go in the 2.x branch too.
Comment #2
merlinofchaos commentedPanels 2 is no longer available and is unsupported. Marking all Panels 2 issues won't fix.