Skip to main content

Version 9.1.169 (30 June 2025)

Tenant Management

Using Commas rather than periods causes loss of field data (#132987)

Problem

  • When a "," is used to update decimal values of a field, the values are lost

Solution

  • Convert commas to dots for consistency


System Access

The default displayed language is not applied from the Login page (#132901)

Problem

  • The list of languages on the login screen always had the first alphabetical item in the list set as the selected value

Solution

  • Try to get the User's preferred language from their cookies and fallback to the UI culture (most likely en-GB in most cases) if the cookie does not exist


Imports

Default Timeout for HttpClientWrapper to 5 minutes and remove option to set after initialisation (#132811)

Problem

  • Since only one HttpClient is used and injected, its properties cannot change once any requests have been made. There are instances where the timeout is tried to be set after the HttpClient has already processed a request. This results in an error of " This instance has already started one or more requests. Properties can only be modified before sending the first request" 

Solution

  • By default, the HttpClient instance has a timeout of 5 minutes when it is initialised.


Notifications

Port and Time Out text box labels incorrect (#102607)

Problem

  • When the page is displayed, the Port and Time Out text box labels have the border box drawn through the label.

Solution

  • Change the floating labels to normal labels


Report Builder

[Report Builder][Admin User][Delete] Delete click area to be increased (#132803)

Problem

  • Currently, the delete button is very small, and if you click a little off the icon, the Report's details are opened, which is not ideal.

Solution

  • Increase the "My report builder" report delete button size

Previously deleted report imported by new user shown as previous user being the owner (#133015)

Problem

  • Previously deleted report imported by a new user is shown as the previous user being the owner.

Solution

  • Ensure that the user who imported the report shows as the owner of the imported report.

[Report Builder][End User][Date Format] Date format (English SA) not being applied on report (#133070)

Problem

  • User culture was not always used in the report builder report results for date fields.

Solution

  • This happened because when we checked for a date field before formatting according to user culture and timezone, we did not check for "datetime2" fields.


Performance Management

Unable to start Period 2 on a Bi-Annual setup (#133387)

Problem

  • When starting a contract in the second review period,

Solution

  • Added null values when copying a contract for the action plan items of training interventions that need to be bound

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.