-
Notifications
You must be signed in to change notification settings - Fork 67
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
Hiding fields isn't working #650
Comments
Using the |
Hey,
|
If you have the default value set for that field that it will be populated. To turn off this behavior you have to configure Astronomy somewhere at the top of the dependencies tree. The best would be the import { Astro } from 'meteor/jagi:astronomy';
Astro.config.defaults = false; |
Hey,
I'm returning this array in one of my Meteor methods:
The problem is that the md5 field is also part of each document, so the
fields
parameter doesn't seem to work on Astronomy? Is this the normal behavior or did I something wrong?The text was updated successfully, but these errors were encountered: