forked from extern/django-helpdesk
fix "missing comment in email" problem when closing ticket.
This commit is contained in:
parent
932c2016f6
commit
f19115ffd3
@ -437,7 +437,7 @@ def update_ticket(request, ticket_id, public=False):
|
|||||||
c.save()
|
c.save()
|
||||||
ticket.tags = tags
|
ticket.tags = tags
|
||||||
|
|
||||||
if new_status == Ticket.RESOLVED_STATUS:
|
if new_status in [Ticket.RESOLVED_STATUS, Ticket.CLOSED_STATUS]:
|
||||||
ticket.resolution = comment
|
ticket.resolution = comment
|
||||||
|
|
||||||
messages_sent_to = []
|
messages_sent_to = []
|
||||||
|
Loading…
Reference in New Issue
Block a user