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
My collections are never allowed to be modified on client.
I perform the reordering myself in the onSort hook so the UI works.
However I get errors because Sortable tries to update ordering:
Error invoking Method 'rubaxa:sortable/collection-update': Collection <pages> is not Sortable. Please add it to Sortable.collections in server code. [403] meteor.js:888:11
update failed: Access denied undefined
Would it be possible to add an option to prevent updating the collection?
Thanks,
The text was updated successfully, but these errors were encountered:
this is a repost of SortableJS/Sortable#530
My collections are never allowed to be modified on client.
I perform the reordering myself in the onSort hook so the UI works.
However I get errors because Sortable tries to update ordering:
Would it be possible to add an option to prevent updating the collection?
Thanks,
The text was updated successfully, but these errors were encountered: