mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Add notification signal (Z:#23127501) (#3725)
* Add and send signal for refund requests * Add and send signal for notifications * Revert changes * Fix typo Co-authored-by: Mira <weller@rami.io> * Document parameters --------- Co-authored-by: Mira <weller@rami.io>
This commit is contained in:
@@ -279,6 +279,15 @@ however for this signal, the ``sender`` **may also be None** to allow creating t
|
||||
notification settings!
|
||||
"""
|
||||
|
||||
notification = EventPluginSignal()
|
||||
"""
|
||||
Arguments: ``logentry_id``, ``notification_type``
|
||||
|
||||
This signal is sent out when a notification is sent.
|
||||
|
||||
As with all event-plugin signals, the ``sender`` keyword argument will contain the event.
|
||||
"""
|
||||
|
||||
register_sales_channels = django.dispatch.Signal()
|
||||
"""
|
||||
This signal is sent out to get all known sales channels types. Receivers should return an
|
||||
|
||||
Reference in New Issue
Block a user