Skip to main content

Version 9.1.231 (25 May 2026)

Notifications

Resolve issue with notification schedule run time not saving correctly (#130537)

Problem

The user's selected Run time is converted to UTC from the server's time 

 

Solution

The user's selected Run time should be converted to UTC from their own timezone

Create a helper method to convert the user's local time to UTC 

 

Resolved System Help Page error (#149490)

Problem

An error occurred when opening the system help modal for Notifications 

 

Solution

Missing mapping for page type

 


People Management

Correct System help pages file uploads not persisting and resolve toolbox squashed (#148297)

Problem

Images are not persisting when uploaded onto the user guide help page section editors.

 

Solution

Added server-side upload URL to store images and ensure the image is persisted. Fixed squashed toolbar. 

 

Resolve virtual tour slides images uploaded on the editor not persisting (#148297)

Problem

When uploading an image to the editor for a virtual tour slide, the image does not persist when logging out and back in again.

 

Solution

Ensure image upload paths are accessible when the modal is opened, and that editor initialisation options are rendered correctly to allow event handlers to fire. 

 

Try to resolve the issue with syncfusion wysiwyg editor not available when the page help modal is opened (#148296)

Problem

Page help modal editors don't show the toolbar, and not actually the editor, it shows a textarea

Cannot reproduce locally, possible cause is that when the page help modal js file loads and the Syncfusion variable is instantiated, the Syncfusion script hasn't fully run, and the component has not been initialised. 

 

Solution

Changed to load the Syncfusion editor via a function on the page help modal to ensure that when it is accessed, the editor control should be initialised. 

 


Dashboard

Remove universal selector from syncfusion editor styling, causing no borders to display (#148395)

Problem

Table borders are not shown in the editor. Styling has a universal selector that forces table cells, columns and rows to also have no borders. 

 

Solution

Remove the universal selector and explicitly set the border colours for tables within the SF editor component. Added cache busting to syncfusion editor stylesheet load on baselayout 

 

Set the SF WYSIWYG editor toolbar to floating to try to resolve the issue where it gets squashed (#148231)

Problem

With large content in the editor, the toolbar gets squashed.

 

Solution

Cannot replicate locally, trying the suggestion to make the toolbar floating, which should hopefully solve the overflow and squashing of it