mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-19 12:24:40 +02:00
temporary fix for bug https://github.com/rossp/django-helpdesk/issues/#issue/22
This commit is contained in:
@@ -285,6 +285,9 @@ def update_ticket(request, ticket_id, public=False):
|
||||
|
||||
messages_sent_to = []
|
||||
|
||||
# ticket might have changed above, so we re-instantiate context with the
|
||||
# (possibly) updated ticket.
|
||||
context = safe_template_context(ticket)
|
||||
context.update(
|
||||
resolution=ticket.resolution,
|
||||
comment=f.comment,
|
||||
|
Reference in New Issue
Block a user