fixes #758 : enables adding comments to public tickets

This commit is contained in:
Jachym Cepicky
2019-05-22 22:36:46 +02:00
parent 94eab853af
commit 2e58798fe1
3 changed files with 97 additions and 3 deletions

View File

@ -181,6 +181,8 @@ def view_ticket(request):
redirect_url = reverse('helpdesk:view', args=[ticket_id])
return render(request, 'helpdesk/public_view_ticket.html', {
'key': key,
'mail': email,
'ticket': ticket,
'helpdesk_settings': helpdesk_settings,
'next': redirect_url,