mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-06-20 01:27:44 +02:00
Merge branch 'master' of github.com:rossp/django-helpdesk
This commit is contained in:
commit
a0a1875686
@ -344,7 +344,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…
x
Reference in New Issue
Block a user