Hello,

I have done all work written in documenation. But the entry in "Add order field" will be empty, after save the "Draggable Table" option.. I've tested all version 3.x and the last cvs-version.

Could anybody help me?

CommentFileSizeAuthor
Bild 2.png122.3 KBfragtom

Comments

sevi’s picture

Is the bug still present? If yes I'll have a short look..

ethnovode’s picture

I don't know how that happened but I have the same problem now. It worked fine but now I can't save the style options anymore.
If you need me to perform tests I'm at your disposal.

Edit : I duplicated the view and the new one works very well. I can now save the style in my draggable page AND use the table page with my exposed filters on a block. Wonderful !

criz’s picture

Status: Active » Postponed (maintainer needs more info)
sevi’s picture

I found a bug concerning the displays. The configuration has always been saved, but the settings from 'default'-display were outputted.
Now I changed at draggableviews_plugin_style_draggabletable.inc:
$display_obj = $this->view->display['default'];
to
$display_obj = $this->display;

Also the output always used "default"-display at draggableviews.inc. I changed
$options = &$view->display['default']->display_options['style_options'];
to
$options = &$view->style_plugin->options;
The bug occurred whenever "override"-option was used for displays. (instead of inheriting 'default'-display)

May this be the case in this issue?

(I'm not attaching a patch because code and directories changed completely. Please wait for next development snapshot)

junro’s picture

Sevi, this is the same bug of my post: http://drupal.org/node/348447

junro’s picture

Status: Postponed (maintainer needs more info) » Fixed

Fixed with the new structure of the dev. version but problems with old draggable views with old structure. See http://drupal.org/node/357158

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.