Files
meteor/docs/client
David Glasser add4f6e015 Disallow {fields:{_id:0}} in observeChanges
This implies it is not allowed in `observe` either, or in cursors
returned from publish functions, or in cursors used in {{#each}}

Why? observeChanges and DDP publication use the ID as part of the
callback/message, and eliding it completely breaks them. Meteor UI uses
the ID with {{#each}} to properly move nodes around instead of
re-rendering. We could try to allow it for `observe` outside of
{{#each}}, but it would feel somewhat inconsistent.
2014-01-06 21:16:23 -08:00
..
2013-12-05 13:14:10 -08:00
2013-04-01 10:31:07 -07:00
2013-12-20 14:26:27 -08:00
2013-11-26 15:34:03 -08:00
2013-12-05 13:14:10 -08:00
2013-04-01 14:29:16 -07:00