Product Updates - 10th February 2026 (v3.66)
This release focuses on platform stability, delivering targeted fixes to improve reliability across asset and work grid navigation, dashboard filtering, people search positioning, and related work creation.
🐞 Bug Fixes
Related asset grid navigation restored
Clicking rows in a related asset or work grid now correctly navigates to or creates the appropriate item. An inconsistency in how entity types were evaluated was causing navigation and creation actions to fail when dataType values contained mixed-case characters. The system now handles these comparisons reliably regardless of case. (28638)
Dashboard filtering by flow origin restored
Dashboards configured to filter by flowOriginId now correctly apply that filter when loading data. Previously, the default query filter setting was not being passed through to the dashboard data source, causing dashboards to return unfiltered results even when flow origin filtering was configured.
People Search field positioning fixed
The People Search field in data grids no longer appears floating or out of position when used in nested grid layouts. The search popover is now correctly anchored to its parent DataGrid element, ensuring consistent and accurate positioning regardless of the surrounding layout. Attachment action buttons are also now correctly disabled in read-only contexts.
Related work creation navigates correctly
Creating a work item from a related work table now opens the correct item type after creation. Previously, the auto-navigation step used the action's type parameter rather than the layout component's dataType, which could result in navigating to the wrong entity after creation. (1069)