Skip to main content

Version 9.1.209 (9 February 2026)

Performance Management

Resolved not being able to search for users on bulk actions (#143971)

Problem

  • When a user is searched, a check is done to try and parse to an int for userIds. This then causes users with usernames with a valid type Number to be converted and not be able to return correct data, as the username is converted to type id, but not the user's id

 

Solution

  • Change the code to make it of type string and search only on usernames

 

Corrected help file pageType (#144267)

Problem

  • When retrieving a value, it selects the first one it matches, meaning it could be a shorter/earlier key; in this case, for this page type, it is true.

 

Solution

  • Change check to decrease the length and the match

 

Implemented missing page routes and types for the Help Files (#144192)

Problem

  • Missing page routes, so no page help file could be created and defaulted to the dashboard 

 

Solution

  • Added missing page help files

 


Data Warehouse

Created new DataSource cmFileTypeContents (#143697)

Problem

  • A new datasource is required to store the different file type information 

 

Solution

  • Created new DataSource cmFileTypeContents

 

Created new table jpPeopleGroupRoles (#143862)

Problem

  • The required permission data are required within the DWH 

 

Solution

  • Created a new table jpPeopleGroupRoles, within the DWH