This allows for multiple accordion views of the same view to be displayed on the same page.

A one line fix (views_accordion_style_plugin.inc):

line 267: <?php
$accordion_id = drupal_html_id('views-accordion-' . $this->view->name .'-' . $this->view->current_display);
?>

Patch coming shortly.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

arosboro’s picture

Issue summary: View changes
arosboro’s picture

Here it is...

arosboro’s picture

Status: Needs review » Needs work

This may be closed (Won't fix).

I have resorted to removing the accordion JavaScript from pages which use ajax and can potentially have multiple views rendering. I noticed upon further testing that the patch may have broken views accordion.