mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-06-20 09:37:48 +02: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…
x
Reference in New Issue
Block a user