mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-12-26 16:48:50 +01:00
Include attachments to cc'd users on ticket update
This commit is contained in:
parent
387cc413a0
commit
98ad8567b9
@ -508,6 +508,7 @@ def update_ticket(request, ticket_id, public=False):
|
||||
recipients=cc.email_address,
|
||||
sender=ticket.queue.from_address,
|
||||
fail_silently=True,
|
||||
files=files,
|
||||
)
|
||||
messages_sent_to.append(cc.email_address)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user