django-helpdesk
django-helpdesk copied to clipboard
Unable to change Ticket title in "Change Further Details" section of the ticket view.
Describe the bug Unable to change Ticket title in "Change Further Details" section of the ticket view.
To Reproduce Steps to reproduce the behavior:
- Go to ticket view
- Scroll down
- Click on Change Further Details
- Edit title
- Click Update this ticket
- See error, ticket title didn't change
Expected behavior Ticket title updated
Additional context The bug was introduced here with two variables handling the same field and logic only assigned to the new one.
https://github.com/django-helpdesk/django-helpdesk/commit/9526ca98208889cb6f6df734e23c21c8f350a067#diff-16c97c6128bd0bfb81e8502b2159f4d705f33f655f4d352c203f0b352f4a6261R266
@timthelion - can you verify this report and raise a PR to fix? A unit test for the feature would be good.