Revert "temp fix for titles not updating"

This reverts commit 010f9fc764.
This commit is contained in:
DavidVadnais 2025-01-21 18:38:27 +00:00
parent 010f9fc764
commit 9cbe8ebcfa

View File

@ -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'),