Skip to content

Fix: restore technician labels on stacked bar charts - #395

Merged
Rom1-B merged 1 commit into
mainfrom
support_46505
Sep 25, 2026
Merged

Rom1-B merged 1 commit into
mainfrom
support_46505

Conversation

@Rom1-B

@Rom1-B Rom1-B commented Sep 23, 2026

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

  • It fixes !46505
  • Technician names stopped appearing on the "Number of tickets per status and technician" stacked bar chart, with no error in the logs.
  • The labels array was JSON-encoded as a keyed object while the chart rendering code read it by positional index, so the lookup always returned nothing.
  • Labels are now re-indexed before being sent to the chart, so technician names display correctly again on all affected stacked/area/line SVG charts.

Screenshots (if appropriate):

@Rom1-B
Rom1-B merged commit a4ffa67 into main Sep 25, 2026
7 checks passed
@Rom1-B
Rom1-B deleted the support_46505 branch September 25, 2026 13:38
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