Skip to main content

Version 9.1.254.3 (Support Release - 10 September 2026)

Performance Management

Added Kpi Name to evaluations (#155219)

Problem

  • KPI name was not being rendered on the frotnend as well as a request to change translation and remove the default KPI translation above each

Solution

  • Added kpi name render, change translation and the removal of kpi
Implement event publish after loading the bulk action. (#155511)

Problem

    When loading a bulk action the action is never processed.

    Solution

      This pull request makes a small but important change to the bulk action event handling process. After adding and saving the integration event, it now ensures that all pending events are published through the event bus.