Closed anilkhichar closed 9 years ago
What is the question? The first way you listed is not supported. The second way is as expected.
Thanks numtel for reply,
The first way is also working and giving the correct data on first time load but once data gets updated in any of the joined table, latest data is not being updated in the subscribed collection.
At the first glance I thought table is an array of tables and which started giving me results but later found issue with the re-activity.
I would suggest, make the 'table' key to accept only string while blocking arrays.
Following query is giving the correct data at meteor startup but once either 'questions ', or 'milestones' table data is updated by other user, reactivity is lost.
Actually the problem is with the table object:
And this is the patch for this problem.