mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-06-06 09:46:51 +02:00
temp fix for titles not updating
This commit is contained in:
parent
43a71e89f7
commit
010f9fc764
@ -268,6 +268,9 @@ def update_ticket(
|
||||
|
||||
files = process_attachments(f, files) if files else []
|
||||
|
||||
if not ticket_title and title:
|
||||
ticket_title = title
|
||||
|
||||
if ticket_title and ticket_title != ticket.title:
|
||||
c = f.ticketchange_set.create(
|
||||
field=_('Title'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user