Switch to after commit events #60
Labels
enhancement
limitation
stale
For marking issues as stale. Labeled issues will be closed soon if label is not removed.
Currently when a delete request is rolledback, the attachment file is deleted.
The new
AfterResourceChanged
allows to register subscribers that are executed if and only if the commit was done and successful.For example, in order to delete files from filestorage:
ResourceChanged
events to mark file links as «deleted»AfterResourceChanged
events to delete files that have file links marked as deletedThe text was updated successfully, but these errors were encountered: