mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2025-03-10 04:59:06 +01:00
Revert "temp fix for titles not updating"
This reverts commit 010f9fc764
.
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…
Reference in New Issue
Block a user