meteor-sortablejs icon indicating copy to clipboard operation
meteor-sortablejs copied to clipboard

Meteor: option not to update the collection

Open welelay opened this issue 9 years ago • 1 comments

this is a repost of https://github.com/RubaXa/Sortable/issues/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:

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,

welelay avatar Feb 08 '16 09:02 welelay

Ditto. I have the same issue.

sachinbhatnagar avatar Feb 23 '16 14:02 sachinbhatnagar