vazco / meteor-universe-autoform-select

Meteor universe autoform select
MIT License
16 stars 10 forks source link

If user does not change pre-saved form, data gets deleted on submit on MongoDb #4

Closed mengnic closed 9 years ago

mengnic commented 9 years ago

I first thought it is related to my specific code, but to verify, I cloned your example repo:

git clone https://github.com/vazco/meteor-universe-autoform-select-demo.git

I was able to reproduce the issue:

  1. Enter some fields to the form and click on save
  2. Without modifying, click again on save, and the form and data on the DB gets deleted

This is substantial issue when using the package. Many thanks for looking into this.