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.
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
Comment #1
meppy commentedI can confirm that the latest version does indeed break Draggable Views, I had to upgrade to fix another problem with CCK.
Comment #2
meppy commentedThe 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');
}
Comment #3
crizYes, I can confirm this.
Comment #4
crizI mark it as duplicated. See http://drupal.org/node/307463.
cheers.
chris
Comment #5
sevi commented