mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2025-01-12 08:58:46 +01:00
solves Title changed to . (Null title) on failed attachment upload.
This commit is contained in:
parent
15c67da2a1
commit
94c39cba69
@ -461,7 +461,7 @@ def update_ticket(request, ticket_id, public=False):
|
||||
|
||||
files = process_attachments(f, request.FILES.getlist('attachment'))
|
||||
|
||||
if title != ticket.title:
|
||||
if title and title != ticket.title:
|
||||
c = TicketChange(
|
||||
followup=f,
|
||||
field=_('Title'),
|
||||
|
Loading…
Reference in New Issue
Block a user