Open techwraith opened 12 years ago
Looks like this will only work for non collection saves and updates. I'm ok with that. Collections are really hard to "eventify"
It's either this or we implement an "afterSave" event that only fires when a single instance is saved and passes the saved data with it.
I need this for geddy's realtime stuff - the frontend needs to know the id's of the instances that it has.
Okay, this is in master. Can you see if it behaves as expected?
If I do:
I expect data to be the data for the thing that was saved (with
{saved: true, id: blah, etc.}
.I'll look into this one, but I wanted @mde's thoughts on this one.