mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-21 23:43:11 +01:00
Update ticket queue foreign key id
This commit is contained in:
parent
33b3216d38
commit
e526c21aef
@ -313,7 +313,7 @@ def update_ticket(
|
||||
new_value=queue,
|
||||
)
|
||||
c.save()
|
||||
ticket.queue.id = queue
|
||||
ticket.queue_id = queue
|
||||
|
||||
if due_date != ticket.due_date:
|
||||
c = TicketChange(
|
||||
|
Loading…
Reference in New Issue
Block a user