With the changes to Views API in the latest version (as of 12 Sep 08) will Draggable Views break? I don't want to upgrade until I know that this will still work.

Thank you.

Comments

meppy’s picture

I can confirm that the latest version does indeed break Draggable Views, I had to upgrade to fix another problem with CCK.

meppy’s picture

Category: support » bug

The error I get is:

Fatal error: Call to a member function uses_fields() on a non-object in /home/mepppen3/public_html/drupal/sites/all/modules/views/includes/view.inc on line 556

That line is in the middle of this bit of code:

$this->init_style();
if ($this->style_plugin->uses_fields()) {
$this->_build('field');
}

criz’s picture

Yes, I can confirm this.

criz’s picture

Status: Active » Closed (duplicate)

I mark it as duplicated. See http://drupal.org/node/307463.

cheers.
chris

sevi’s picture

Status: Closed (duplicate) » Closed (fixed)