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

Added autoform type parameter #84

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

mKeRix
Copy link

@mKeRix mKeRix commented Jul 24, 2016

Hey,

the official Meteor guide recommends using methods for all operations on collections. This package did not support updating via method properly until now, as the autoform type was hardcoded to method without an option to adjust it. This tiny pull request adds an option for just that, which also fixes #66.

I tested this against my own local project. Would appreciate it if you'd accept this pull request so that I can start using the official package version again. 😄

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

Successfully merging this pull request may close these issues.

type="method-update"
1 participant