django-helpdesk icon indicating copy to clipboard operation
django-helpdesk copied to clipboard

Unable to change Ticket title in "Change Further Details" section of the ticket view.

Open samsplunks opened this issue 10 months ago • 1 comments

Describe the bug Unable to change Ticket title in "Change Further Details" section of the ticket view.

To Reproduce Steps to reproduce the behavior:

  1. Go to ticket view
  2. Scroll down
  3. Click on Change Further Details
  4. Edit title
  5. Click Update this ticket
  6. 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

samsplunks avatar Apr 08 '24 13:04 samsplunks

@timthelion - can you verify this report and raise a PR to fix? A unit test for the feature would be good.

uhurusurfa avatar Apr 09 '24 18:04 uhurusurfa