From 78cc734a12bfeee0f5d43d39a2202e154b735181 Mon Sep 17 00:00:00 2001 From: xmacaba Date: Mon, 1 Apr 2013 20:06:37 -0300 Subject: [PATCH] Update public_view_ticket.html It returns the id of the post, but this value is not eligible for ticket viewing. Instead, you must provide the [queue]-[ticket_id]. --- helpdesk/templates/helpdesk/public_view_ticket.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpdesk/templates/helpdesk/public_view_ticket.html b/helpdesk/templates/helpdesk/public_view_ticket.html index bbb21a89..1523d08a 100644 --- a/helpdesk/templates/helpdesk/public_view_ticket.html +++ b/helpdesk/templates/helpdesk/public_view_ticket.html @@ -4,7 +4,7 @@ {% block helpdesk_body %} - +
{{ ticket.id }}. {{ ticket.title }} [{{ ticket.get_status }}]
{{ ticket.ticket }} . {{ ticket.title }} [{{ ticket.get_status }}]
{% blocktrans with ticket.queue as queue_name %}Queue: {{ queue_name }}{% endblocktrans %}