-
-
Notifications
You must be signed in to change notification settings - Fork 328
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
AutoForm.getFormSchema() stopped working #790
Comments
What's more calling
|
I experience the same after updating to 1.0.4. I'm just calling it with |
I noticed that with |
Thanks, hoping to test and fix against 1.0.4 tonight. Won't have time before then, but hopefully easy fix. |
Not sure if related, but I'm getting this
schema() which is var defs = ss.schema(name); from the snippet below
|
This is due to this Meteor issue. Need to figure out how to make it work. |
Confirmed to be working. Thanks @aldeed. I'm a big fan of all your packages. |
Works fine for me too. That was rapid! Big thanks! |
Thanks for the fast fix as always! |
Thanks |
* devel: (143 commits) bump version rearrange and fix Meteor-Community-Packages#831 bump version Fix validation for autoForm's with no type set bump version prevalidate method type forms only when both schema and collection are provided (fix Meteor-Community-Packages#766) change array handling ignore errors due to timing (Meteor-Community-Packages#789) better error for missing form id; fixes Meteor-Community-Packages#776 move beginSubmit hook call to before prevalidation (Meteor-Community-Packages#805) change when formToDoc is called, add formToModifier, and optimize creating doc/mod from form (Meteor-Community-Packages#816) Add orion to community packages Update autoform-api.js Add try/catch to _validateField method Add return to afOptionsFromSchema helper docs docs bump version Meteor 1.0.4 compatibility fixes (closes Meteor-Community-Packages#790; closes Meteor-Community-Packages#794) minor error msg change ... Conflicts: components/autoForm/autoForm.js
Hi, is this bug fixed in release versions? I'm getting this error using the following versions: Meteor: 1.1.0.2 I'm creating a basic project using
Thanks for confirming this bug. |
My bad it seems it does need to have an associated schema, nevermind. |
It seems like since updating to Meteor 1.0.4 and AutoForm 5.0.2,
AutoForm.getFormSchema()
is not working anymore (returningundefined
). Anybody else experience that?The text was updated successfully, but these errors were encountered: