mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-14 10:08:28 +02:00
Make update_ticket_done signal trigger notify_followup_webhooks
This commit is contained in:
4
helpdesk/signals.py
Normal file
4
helpdesk/signals.py
Normal file
@ -0,0 +1,4 @@
|
||||
import django.dispatch
|
||||
|
||||
# create a signal for ticket updates
|
||||
update_ticket_done = django.dispatch.Signal()
|
Reference in New Issue
Block a user