mauritslamers / Thoth

A Node-based communications hub for multi-user SproutCore applications, serving as a unified database interface and automating distribution of data changes
http://devmt.hku.nl/~maurits/doku.php?id=thoth:start
43 stars 4 forks source link

Related record changes are not distributed correctly #6

Open mauritslamers opened 12 years ago

mauritslamers commented 12 years ago

When new records are created which have a relation to an existing record, the new record is not distributed to the clients having requested the related record and the relation. As an example: if we have an exam record with a relation to question records, and a new question is added to that exam, the question is not distributed.

What needs to happen: it should distribute both the relation (update) and the question itself.