Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Meteor: option not to update the collection #3

Open
welelay opened this issue Feb 8, 2016 · 1 comment
Open

Meteor: option not to update the collection #3

welelay opened this issue Feb 8, 2016 · 1 comment

Comments

@welelay
Copy link

welelay commented Feb 8, 2016

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:

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,

@sachinbhatnagar
Copy link

Ditto. I have the same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants