aldeed / meteor-cfs-autoform

Upload files using CollectionFS as part of AutoForm submission
MIT License
37 stars 32 forks source link

Validation bug #58

Closed uzer-ua closed 8 years ago

uzer-ua commented 8 years ago

Not compatible with latest Meteor, Autoform and SimpleSchema. BeforeUpdate hook returns doc.$set instead of doc. That results in further validation errors and SimpleSchema exception When the modifier option is true, all validation object keys must be operators. Did you forget$set?