mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-22 07:53:19 +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:
|
else:
|
||||||
context.update(comment=f.comment)
|
context.update(comment=f.comment)
|
||||||
ticket.send(
|
ticket.send(
|
||||||
{'submitter': ('newticket_submitter', context),
|
{'submitter': ('updated_submitter', context),
|
||||||
'assigned_to': ('updated_owner', context)},
|
'assigned_to': ('updated_owner', context)},
|
||||||
fail_silently=True,
|
fail_silently=True,
|
||||||
extra_headers=extra_headers,
|
extra_headers=extra_headers,
|
||||||
|
Loading…
Reference in New Issue
Block a user