Fix bug when user opts not to receive error reports (#5846)
This commit is contained in:
parent
29a191e05e
commit
30ef4383d1
|
|
@ -1049,7 +1049,7 @@ def after_error_logged(sender, instance: Error, created: bool, **kwargs):
|
|||
instance,
|
||||
'inventree.error_log',
|
||||
context=context,
|
||||
targets=users,
|
||||
targets=target_users,
|
||||
delivery_methods={common.notifications.UIMessageNotification, },
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue