You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using fetch, it assigns templateInstance.collection to a typical collection fetch [ {}, {}, ...]
In reality, the package is looking for a cursor to do a findOne on the changed document's collection.
// line 1405 rubaxa_sortable.js
var startOrder = templateInstance.collection.findOne(itemId)[orderField];
//
Could have sworn that fetch() has worked in the past, who knows though. The package got moved and isn't actively maintained, so not sure if any behavior was changed before the move.
Same problem as: SortableJS/Sortable#768
My manifestation of the problem:
caused by dragging and reordering an image
My code:
in template
in helper
The text was updated successfully, but these errors were encountered: