Skip to main content

Version 9.1.168 (30 June 2025)

Performance Management

[Recalculate Scores] Results include deleted contracts (#133399)

Problem

  • Deleted contracts are being retrieved when selecting the contract to recalculate

 

Solution

  • Exclude deleted contracts

 

[Recalculate Scores] Search filters reset after recalculation (#133038)

Problem

  • When agreements are selected to recalculate, selections are cleared because the new score might not show directly. 

 

Solution

  • Add a message indicating that recalculated scores can take up to 5 minutes to display

 

Key Competencies do not get highlighted when scrolled to (#133092)

Problem

  • When the user is in the check-in phase and scrolls down, it does not hit the last section and highlight the nav menu on the left

 

Solution

  • Resolved case to increase offset to ensure the section gets hit to highlight on the nav menu

 

Linked setup items go over the edge of the card (#120465)

Problem

  • When the Review Setup name or description has a lot of content, it pushes off the columns to the right, which causes the page to have a scroll and not be within the card

 

Solution

  • Add a new wrapper around to scroll within the card, and not allow the page to grow horizontally.

 


Tenant Management

Unable to delete the tenant, which could not be created from the list (#133126)

Problem

  • We were unable to delete a tenant that could not be created from the list due to the delete modal not being initialised correctly at times.

 

Solution

  • Remove the data-mdb-toggle="modal" and data-mdb-target tags from the button to ensure that the modal always initialises and displays correctly (this causes the modal to display automatically without having to bind a click event). Also, bind the click events directly on the document so that we don't have instances where we try to bind the event before the elements are rendered on the page.

 


Report Builder

Condition button missing on first Filter By entry (#133101)

Problem

  • The Condition button is removed from the first Filter By entry on the Filtering canvas.

 

Solution

  • Move the condition column to the left

 


Learning Management

Problem

 

Solution

  • Avoid adding empty redirect URLs to the query string because it causes the query string to have duplicates. Duplicates create an invalid resulting URL.