I saw duplicated results in one of my Views, which was sorted by Draggable Weight.
First thing I tried, just for fun, was turning on 'Distinct' in the View settings 'Other / Query Settings'. This had no affect. In the issues queue I see similar postings, but they had tripled results and there was chatter about patches etc etc which I really dislike. Some people mentioned re-installing the entire module and the issue got cleared up.
Playing around, eventually I found that if I just simply REMOVED the Draggable Weight sorting and re-added it (with defaults) and saved the View, it cleared the situation up and everything seems to be working fine now. I'm only beginning my gallery framework for the next few days so I'll keep an eye on it and see if it breaks.
If it means anything, I am using a bunch of things like contextual filters, node references, attaching the View to nodes (with EVA), etc etc. Essentially I'm following this tutorial video, but for Drupal 7 and with the addition of Draggable Views.
Comments
Comment #0.0
Cablestein commentedUpdate
Comment #1
jazzitup commentedI've noticed the same issue on my setup. The problem could be related to this issue: http://drupal.org/node/1363492#comment-5370570
Try this:
grep -lr drupal_write_record sites/all/modules/draggableviewsIt may show that draggableviews_handler_native.inc still uses drupal_write_record.
Comment #2
ygerasimov commented@Cablestein please reopen this issue with clear instructions how to reproduce the problem (duplicates). Thank you for reporting.
Marking issue as fixed as problem solved for now.
Comment #3.0
(not verified) commentedUpdated again