mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-06-05 01:06:44 +02:00
Revert "temp fix for titles not updating"
This reverts commit 010f9fc7641c85f19445df706e3672a19b882207.
This commit is contained in:
parent
010f9fc764
commit
9cbe8ebcfa
@ -268,9 +268,6 @@ 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