Closed
Description
During a transaction, if we save() the model, the 'saved' event fires event if the transaction is not commited().
I think that, if it's being saved in a transaction, it should wait for the commit() to fire the 'saved' event.
Either that, or maybe there should be a separate event for 'truly-saved' that would fire when the data is actually written in the database.
I would be happy to implement this myself, but I don't have the necessary knowlege yet.
Metadata
Metadata
Assignees
Labels
No labels