This commit is contained in:
Andreas Kotowicz 2011-02-08 22:19:17 +01:00
parent c69efa1587
commit e691708e73

View File

@ -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,