-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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 #530
Comments
@dandv this is meteor related |
+1 |
The PR #543 does something similar to this, although it only allows overriding the add and remove events. |
Dear all! Meteor is moved to the separate repository. If this issue is still actual, please create it there once again. For your info: this project needs a maintainer. |
created SortableJS/meteor-sortablejs#3 |
You need to define an allow rule for the collection Sortable is writing to:
|
@d4nyll I don't update collections on client for any user. |
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: