meteor-collection-behaviours icon indicating copy to clipboard operation
meteor-collection-behaviours copied to clipboard

Upsert support

Open pmuens opened this issue 10 years ago • 0 comments

It seems that the hooks are not called when upsert is used.

I had the bug that the publication doesn't publish any data because softRemovable() was used and the documents were inserted via upsert. This way no documents are published because the softRemovable()-Functionality prevents publishing of documents which doesn't use the softRemovable()-Functionality.

pmuens avatar Jan 05 '15 12:01 pmuens