Skip to content

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

Merged
RomainLvr merged 1 commit into
10.0/bugfixesfrom
fix_escalation_10
Sep 11, 2026
Merged

Fix: update the escalated ticket, not the submitted one#498
RomainLvr merged 1 commit into
10.0/bugfixesfrom
fix_escalation_10

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

Backport for #497

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):

@stonebuzz
stonebuzz requested a review from RomainLvr September 11, 2026 13:56
@RomainLvr
RomainLvr merged commit 96ca7fe into 10.0/bugfixes Sep 11, 2026
3 checks passed
@RomainLvr
RomainLvr deleted the fix_escalation_10 branch September 11, 2026 13:56
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