- Edited
Hello!
I am using the 'object.edited' signal to get when a ticket is closed or re-opened.
I have noticed that when a ticket is re-opened I get (among others) two signals with the following data at the mentioned order
- {"type":"edited","key":"closed","orm_audit":true}
- {"type":"edited","key":"reopened","orm_audit":true}
Do you happen to know why the closed signal is sent again on a already closed ticket and if there is a workaround that?
Thank you!
John