mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-21 23:43:11 +01:00
Merge branch 'pypi_release' of https://uhurusurfa@github.com/django-helpdesk/django-helpdesk.git into pypi_release
This commit is contained in:
commit
b78f9d9034
@ -524,7 +524,7 @@ def send_info_email(message_id: str, f: FollowUp, ticket: Ticket, context: dict,
|
||||
else:
|
||||
context.update(comment=f.comment)
|
||||
ticket.send(
|
||||
{'submitter': ('newticket_submitter', context),
|
||||
{'submitter': ('updated_submitter', context),
|
||||
'assigned_to': ('updated_owner', context)},
|
||||
fail_silently=True,
|
||||
extra_headers=extra_headers,
|
||||
|
Loading…
Reference in New Issue
Block a user