Skip to content

Fix: update the escalated ticket, not the submitted one - #497

Merged
RomainLvr merged 1 commit into
mainfrom
fix_esclation
Sep 11, 2026
Merged

Fix: update the escalated ticket, not the submitted one#497
RomainLvr merged 1 commit into
mainfrom
fix_esclation

Conversation

@stonebuzz

Copy link
Copy Markdown
Contributor

Checklist before requesting a review

Please delete options that are not relevant.

  • I have performed a self-review of my code.
  • I have added tests (when available) that prove my fix is effective or that my feature works.
  • I have updated the CHANGELOG with a short functional description of the fix or new feature.
  • This change requires a documentation update.

Description

When escalating a ticket from the timeline, the form data posted by the browser was merged over the escalation payload and could carry its own ticket identifier.
That identifier took priority, so the update was applied to the ticket named by the posted data rather than to the ticket being escalated.
The escalation now always updates the ticket it was started on, and a regression test covers the case.

Screenshots (if appropriate):

@RomainLvr
RomainLvr merged commit 8e9d7cc into main Sep 11, 2026
3 checks passed
@RomainLvr
RomainLvr deleted the fix_esclation branch September 11, 2026 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants