mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-06-21 18:11:48 +02:00
Fix typo
This commit is contained in:
parent
0e9d3477ff
commit
a82974b3dd
@ -1345,7 +1345,7 @@ class UpdateTicketView(
|
||||
)
|
||||
except PermissionDenied:
|
||||
return redirect_to_login(self.request.path, "helpdesk:login")
|
||||
# Avoid calling super as it will call the save() mwethod on the form
|
||||
# Avoid calling super as it will call the save() method on the form
|
||||
save_ticket_update(form, self.ticket, self.request.user)
|
||||
return return_to_ticket(self.request.user, self.ticket)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user