Hello, the set up of all my draggable views has begun ^^
Most of them work fine except one, the biggest one.
So, I began from scratch with a very simple draggable views:
Basic settings:
Style: Draggable Table
Row style: Fields
Use AJAX: Yes
Items to display: 10
Arguments:
User: Name
Fields:
Node: Title Titre
Node: Post date Date de publication
Content: Weight L3 - (field_weight_level3) 9999
Sort criteria:
Node: Post date asc
Content: Weight L3 - (field_weight_level3) asc
Filters
Node: Type = my node type
So, this draggable views work except with an user argument:
"The structure was broken. It has been repaired successfully." and impossible to have my drag back...
Why?
This user has already got a lot of nodes (that me of course... more than 800). So my draggable views most be often broken...
I'm using the latest dev. version (12/2)
Comments
Comment #1
junro commentedIn the settings of my Content: Weight L3 - (field_weight_level3) 9999
I only set the php code:
$options = array();
for ($i = -999; $i <= 999; $i++) $options[$i] = $i;
return $options;
This code is still good I suppose.
Comment #2
sevi commentedI suppose this comes from paging. Draggableviews won't work until all nodes the view returns are shown. So you must set "Items per page" to 0 (Unlimited).
I'm currently working on that issue (#289992: Pagerfriendly Tree-Like sorting ?).
Comment #3
junro commentedok thanks :)
I'm going to work on little draggable views with date exposed filters and see what happens.
Comment #4
sevi commentedHas this issue been fixed in the meanwhile?
Comment #5
junro commentedoups, sure.
Fixed!