Release notes 3.8.3 - 2025-04-24
FF-10561 Show property tooltip for column header in Grid
Description:
Grid column headers can now display tooltips. The tooltip content was made configurable at the property level in the Entity Designer.
FF-10597 Turn on caching of calculated values when rendering grid data
Description:
Caching of calculated properties was enabled for grid data rendering. This improves processing time in certain configurations.
FF-10612 Disable caching of calculated values in SetValues Activity
Description:
Automated caching of calculated values inside the SetValues activity caused issues in certain scenarios.
Caching has now been disabled to avoid incorrect behavior.
FF-10595 Active Entity Issue
Description:
In some cases, the active entity for a view was not updated when a server-side action removed the selected row from the grid. This caused issues with workflows connected to grid command bars, as they expected the removed data row to remain available.
The active entity is now correctly cleared or updated when the selected row is removed.
FF-10602 UI does not update data after awhile
Description:
In some cases, a virtual collection consisting of persisted entities was not correctly updated when its contents were modified in another view.
This has been fixed so that virtual collections are always updated correctly across views.
FF-10603 Long running calculations throws exception when view is already closed
Description:
If a grid contained data that took extra time to render—such as calculated properties triggering workflows—it was possible to close the view before the grid finished rendering. This resulted in an error message being displayed.
The issue has been fixed to ensure no exception occurs if the view is closed before the grid completes rendering.