Skip to main content

Version 9.1.161 (2 June 2025)

HR Processes

Upload file duplicated 115 times on the list of file uploads (#131114)

Problem

  • Hr process request displays many duplicate file uploads.

 

Solution

  • Ensure duplicate file uploads are not displayed by fixing the join on the query which retrieved the files.

 

Consecutive step approver update (#126525)

Problem

  • When a user who is the Approver for two consecutive steps clicks to approve the first step, the second step should be automatically approved. Therefore, the button for the second step should be disabled and not show a hand cursor to reflect this behaviour.

 
Solution

  • Adding a new list which tracks the usernames of the previous people who have been requested to review an HR Process. If this user is already in the list (They were requested to review multiple times) give the second or third, or nth Approve button for this user a disabled appearance/functionality.

 


Master Data

Unique constraints on Master Data (#127350)
Problem
  • Proper(user-friendly) snack message did not appear when trying to save duplicate master data, due to the master data interceptor only being used when master data translations is turned on. I use the interceptor to look for SQL duplicate object errors.
Solution
  • Ensure that the master data interceptor is always used, but that it only tries to translate the data if the setting is turned on.

People Groups

Learners not in subgroup (#130686)

Problem

  • The additional services People Group sync from V9 only return active users. Terminated users must also be included in the list.

 

Solution

  • Include the isForDisplay property on the PeopleGroupUserFetch to ensure that all users, regardless of status, are returned to the V8 sync.

 


Data Warehouse

Add a task to add Data Dictionary joins (#131144)
Problem
  • Data Dictionary joins are added manually with deployments to different environments  
Solution
  • Automate the process by adding a task to add Data Dictionary joins in the DWH packages

Performance Management

Objective Settings Queries (#128628)

Problem

  • ContractPeriodSection Weight fields are not available within DWH 

Solution
  • Added ContractPeriodSection Weight fields within V9 DWH (pdmContractPeriods and pdmContractPeriodSectionItems)

Report Builder

Allow report builder admins to set certain filter criteria fields as drop-downs in a report (#129916)
Problem
  • There are no drop-downs that can be used as filters on end-user reports
Solution
  • Add a step to the DWH SSIS packages
  • As a Report Builder Administrator, I want to have a new operator available named is equal to (from list)
  • As a Report User, I want to select the dropdown with the available values

General

Error screen wording changes (#130575)

Problem

  • Requested an additional text to be added to the general error page (SVG file).
 
Solution
  • Updated text as well as improved formatting to preserve neatness.

People Management

Contact detail wording changes (#127975)
Problem
  • Request to update the contact text in people management. 
 
Solution
  • Altered translations for multiple languages to match the request.

Notifications

Notifications email setup configuration error (#131208)

Problem

  • When toggling the Credentials Required switch on Ruleset Email Setup, when enabled, it shows all the credential fields for both token and basic authentication. This is incorrect, it should only show the fields depending on the selected authentication type.

 

Solution

  • Fix the JavaScript to show the correct credential fields depending on which authentication type radio is selected.