listeners - move to trash
I am writing an event handler. In my testing, I have observed that when a document is moved to trash, the framework always appears to fire a lifecycle transition event AND a move event (move to trash). Therefore in the interests of efficiency my design ignores the lifecycle event and only processes the move event. Is this logic going to miss something? Thanks.
0 votes
1 answers
1429 views