themeteorchef / base

A starting point for Meteor apps.
http://themeteorchef.com/base
MIT License
695 stars 253 forks source link

Fixed latent bug in viewing/editing individual documents #236

Closed MichelFloyd closed 7 years ago

MichelFloyd commented 7 years ago

where if new documents were being created on the server .findOne() might be finding the latest record rather than the one that the user had selected.

themeteorchef commented 7 years ago

Oo good one. Thanks for putting this together @MichelFloyd.