Release notes - Flowfactory Platform - 2.15.0
FF-8632 Sidebar is gone after close view activity
Description
In some cases the sidebar would disappear after running Close Views activity.
Solution
Set the active tab to the last tab in the tabs array (this.tabs.length - 1) to ensure proper order and prevent the sidebar from disappearing.
FF-8652 Dates in grid gets weird upon export
Description
Date column has different typization and it requires special formatting logic for export.
Solution
Implement special formatting logic for date columns export.
FF-8653 Web Client - Grouping by date in a grid breaks the grid
Description
Date column has different typization and it requires special formatting logic for grouping.
Solution
Implement special formatting logic for date columns grouping.
Comments
0 comments
Please sign in to leave a comment.