Add the order_approve_info signal (#6228)

This commit is contained in:
George Hickman
2026-06-02 07:25:36 +01:00
committed by GitHub
parent 759ced7268
commit 21225e7753
3 changed files with 16 additions and 2 deletions

View File

@@ -261,6 +261,16 @@ As with all event plugin signals, the ``sender`` keyword argument will contain t
Additionally, the argument ``order`` and ``request`` are available.
"""
order_approve_info = EventPluginSignal()
"""
Arguments: ``order``, ``request``
This signal is sent out to display additional information on the order approve page
As with all event plugin signals, the ``sender`` keyword argument will contain the event.
Additionally, the argument ``order`` and ``request`` are available.
"""
order_position_buttons = EventPluginSignal()
"""
Arguments: ``order``, ``position``, ``request``