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?
| Comment | File | Size | Author |
|---|---|---|---|
| Bild 2.png | 122.3 KB | fragtom |
Comments
Comment #1
sevi commentedIs the bug still present? If yes I'll have a short look..
Comment #2
ethnovode commentedI 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 !
Comment #3
crizComment #4
sevi commentedI 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)
Comment #5
junro commentedSevi, this is the same bug of my post: http://drupal.org/node/348447
Comment #6
junro commentedFixed with the new structure of the dev. version but problems with old draggable views with old structure. See http://drupal.org/node/357158