Files
meteor/packages
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
..
OCD
2013-10-08 20:03:02 -07:00
2013-08-26 19:28:25 -07:00
2013-08-12 23:31:26 -07:00
OCD
2013-10-08 20:03:02 -07:00
2013-12-04 12:46:47 -08:00
2013-07-29 11:35:25 -07:00
2013-08-02 11:19:08 -07:00
OCD
2013-10-08 20:03:02 -07:00
2013-07-25 18:54:40 -07:00
OCD
2013-10-08 20:03:02 -07:00
2013-12-17 12:12:20 -08:00