Version 9.1.232 (25 May 2026) Ruleset Management Resolve issue with System Access Disclaimer & Bulletin images not persisting (#149632) Problem Images uploaded on the WYSIWYG editor on System Access Disclaimer & Bulletin editors don't persist after saving.   Solution Correct the hidden field ID containing the upload URL    Tenant Management Extending flatpickr customization (#149278 and #149279) Problem #149278 When updating an Expiry Date, using the month navigation arrows in one date picker causes other date pickers on the modal to open unexpectedly.   #149279 When selecting a System Close Date, the system correctly defaults the date to 30 days after the selected Expiry Date. However, if the user manually selects a different System Close Date, the selected value is discarded and replaced with the default value.   Solution #149278 Updated the generated IDs for Flatpickr alternative input elements to ensure each date picker instance remains unique and does not interfere with other date pickers on the modal.   #149279 The unique input updates also prevent focus from being lost while selecting a System Close Date. This ensures that a user can overwrite the System Close Date as needed. In addition, added observers to detect changes to minimum and maximum date values on the original date picker elements and apply those updates to the customised Flatpickr input elements as well. This updates the alternative input element with the min date that we set when changing the Expiry Date.