Version 9.1.167 (30 June 2025)
Data Warehouse
As a Report Builder Administrator, I want to have the audit data in the DWH so that I can create a report for the recalculated scores (#130423)
Problem
- The new recalculated score fields are not available within the Report Builder
Solution
- Added the new recalculated score fields within the Report Builder (DWH)
New Scorecard Status Report (#127073)
Problem
- The DWH did not exclude disabled years when generating the list dropdown values
Solution
- Adjusted the DWH package to exclude disabled years for list dropdown values
Add additional fields to accTenantStats (#132864)
Problem
- Extra fields are required within accTenantUsageStats as requested by Marinus
Solution
- Added Extra fields within accTenantUsageStats
Ruleset Setup | Image Resources
Unable to upload Banner Image (#133162)
Problem
- The file name included in the directory creation is causing issues with the image stream
Solution
- Only used the directory in creation
Report Builder
Date Parameters Logic vs Results (#132813)
Problem
- When date filters were being applied, it would also consider the time and thus end up being inconsistent and unintuitive
Solution
- The date filters should only consider the date value, not the time at all
[Value Text Box] Value text box is not emptied when changing the operator to 'list' (#133110)
Problem
- When the operator is changed to 'list' after already inserting text into the 'Value' text box, the box is not emptied when selecting the 'list' type operator. The text box has been disabled for this operator, so it cannot be emptied.
Solution
- Make sure that the Value text box is cleared when the Operator is cleared.
Performance Management
As a Performance Management Administrator, I want to recalculate performance scores from Bulk Actions (#130420)
Problem
- When a new review survey is added or review period weights are adjusted, all agreements that have already been done are/was calculated on the current weights being used
Solution
- Add a new Event to recalculate agreements
Tenant Management
Time to be displayed on the system Close Date shown on Description tab (#129940)
Problem
- Please add the time (11:59 - i.e one second to midnight) on the display of the System Close Date as it does for the Expiry Date.
Solution
- Fixed system close dates not displaying consistently across the system.
- We also now display (at the end of the day) next to the dates, to make clear when the system will close or expires.
- Finally, display "ExpireD" vs "ExpireS" on based on if the expiry date is in the future vs if it is in the past, when displaying the warning for system admin users.
General
Help Files: Feedback Label not displaying correctly (#133157)
Problem
- Feedback Label not displaying correctly
Solution
- Corrected the path for the translation
[Tools page] [System Summary] [Styling] Improve column spacing (#132973)
Problem
- Improve column spacing
Solution
- Adjusted spacing and wording, additionally, in the case of overflow, the ellipse and tooltip, the text
Always log an error when throw is used in code (#130740)
Problem
- Sometimes an error is caught and thrown, but not logged to the error log. This makes it difficult to investigate some errors experienced in production
Solution
- Added loggers where appropriate to WebMVC, Notifications, Audit, Identity, Master Data, Import, Job Profiler, Performance, Learning, and Content Management
- Added explicit typing where I encountered any generics
- Reformatted some pages to follow the convention