2024.9.6

Released on: 2025.11.11

  • The newly added user groups requires database schema modifications that may not be backwards compatible.,The role_members table receives a new rel_resource column which is generated based on the rel_user column.,After the upgrade, you need to either delete the rel_user column or drop the requirement the rel_user column is populated.,Refer to the upgrade guide for additional instructions..

  • Added user groups to support hierarchical access control (2179).

  • Added conditional required fields to page layouts (2312044).

  • Added icons for file types when file preview mode is gallery (906ec3b).

  • Added alternative geosearch provider setting (e82c36a).

  • Added option to clear conditional fields when they get hidden (76ffe80).

  • Added option to open specific page layouts via URL query or navigation blocks (19ccd5d).

  • Added triggers and functions for reminders in workflows (f283252).

  • Changed rich text editor to insert new lines with the Enter key. The change was made to align typing behaviour with common text editors (7e99406).

  • Changed default TOTP secret name to include the user’s email address. The change was made to make authenticator entries easier to identify (d4dfa8d).

  • Changed record inline editing to only show controls on field hover. The change was made to reduce visual noise when reviewing records (f7765aa).

  • Changed tooltip boundary to body to avoid rendering issues (34fac59).

  • Changed stale data error message (fc9a828).

  • Changed expression input to be resizable and suppress autocomplete suggestions when there are no matches. The change was made to improve the scripting experience (f7c46c2).

  • Fixed record list base prefilter alternative input not properly parsing filter queries (8e00206).

  • Fixed record selector multiselect field not showing selected options (fd6f92e).

  • Fixed location field not importing during CSV import (279e685).

  • Fixed reminder assignee field not visible (434605a).

  • Fixed record list filter being cleared when removing the last filter manually (db5ed11).

  • Fixed special characters not being escaped for LIKE patterns in record filters (cb8f551).

  • Fixed rich text editor toolbar styling differences in Firefox (4be03d9).

  • Fixed record selector dropdown options not clickable for record selectors of record fields (e705dd1).

  • Fixed null user selector values in charts causing errors (160c8d5).

  • Fixed deleting saved user filter presets (1eb93a2).

  • Fixed tab order not being respected when more than twelve tabs are in a block (ac58aad).

  • Fixed optional and configured TOTP not prompting during login (f1dffc1).

  • Fixed workflow length function failing for arrays (a8361ec).

  • Fixed workflow editor crashing when adding a constraint with an empty resource (2927074).

  • Fixed record list inline editor and filters overlapping inline actions (0193dbf).

  • Fixed page layout local key handling (1dc60f9).

  • Fixed loop handler dividing a variable by itself (044f971).