Version 9.1.177.2 (Support Release - 14 August 2025) Notifications Cannot upload images using the uploader (#135366) Problem On the notification template, WYSIWYG editors, when you add images to the message body or the system message body, the images do not persist after saving the template. Solution Store the images server-side for the notification templates to ensure they persist. Imports Payspace changes to correct the appointment dates (#134132) Problem When pulling dates in Payspace on production, where the server's timezone is UTC, dates with an offset return the UTC representation, which is not handled, e.g 1990-03-16T00:00:00+02:00" becomes 1990-03-15 22:00:00.0000000 Solution Ensure the offset is parsed as the same date without the time component, e.g. 1990-03-16T00:00:00+02:00" becomes 1990-03-16 00:00:00.0000000 User Validation report not created (#135312) Problem When exporting the User Validation Report on the Payspace type import (which includes the failed to import data pulled from Payspace), the openxml export functionality breaks due to the dynamic objects returned. For the failed to import records, only the username and validation message is returned and not the rest of the staging data fields; these are expected when the OpenXmlService tries to build the sheet because the other imported records do have them. Solution Ensure that the staged properties are always included, allowing the open xml export to correctly get the required fields for the export. People Management Late Coming Warning on HRIS (#135379) Problem When adding a new user transgression, it displays inactive transgressions/outcomes Solution Only return active transgressions/outcomes.