mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-25 01:13:31 +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,
|
new_value=queue,
|
||||||
)
|
)
|
||||||
c.save()
|
c.save()
|
||||||
ticket.queue.id = queue
|
ticket.queue_id = queue
|
||||||
|
|
||||||
if due_date != ticket.due_date:
|
if due_date != ticket.due_date:
|
||||||
c = TicketChange(
|
c = TicketChange(
|
||||||
|
Loading…
Reference in New Issue
Block a user