Make update_ticket_done signal trigger notify_followup_webhooks

This commit is contained in:
Sam Splunks
2024-04-16 08:23:06 +00:00
parent 2499f81d4d
commit ebb9a4d50d
3 changed files with 30 additions and 25 deletions

4
helpdesk/signals.py Normal file
View File

@ -0,0 +1,4 @@
import django.dispatch
# create a signal for ticket updates
update_ticket_done = django.dispatch.Signal()