Version 9.1.177.3 (Support Release - 16 August 2025)
Content Management
Digital Signing Failed (#135527)
Problem
- Fail notification is sent for each try to sign a document, which caused a lot of emails
Solution
- Change the fail notification for signing documents to only send when the max retry count is reached.
People Management
IR data - report (#134913)
Problem
- To display the user who uploaded a transgression file, the query makes use of the EditedUser; this is not ideal, as there could be instances where the edited user gets updated which then loses the original uploader information.
Solution
- Added a new UploadedByUserId column to directly set the ID of the user who uploads the document on the transgession. Added/amended with a new column where required. Added additional null handling on the transgression file details select for incase the user id is 0 (should not happen, but added to prevent the modal from breaking).