mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-10 00:17:54 +02:00
Update ticket queue foreign key id
This commit is contained in:
@ -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(
|
||||
|
Reference in New Issue
Block a user