icereval/backbone-documentmodel

Adding an item to an array adds an id field to it.

Closed this issue · 1 comments

I have an array of subdocuments. When I add a new one, the subdocument gets an 'id' attribute added. (In my case it gets an _id since I have idAttribute='_id'.)

Sorry, this is not correct. I discovered the underlying cause and will open another issue.