We are glad to inform you that the latest version 2.13.2 of Flowfactory Platform is out. Below is the list of Jira issues that were part of this upgrade.
Release notes - Flowfactory Platform - 2.13.2
FF-8583 Consume API - Change exception handling
Description
Errors occurring when consuming APIs would be wrapped inside a general exception obfuscating the original exception.
Solution
Error handling was changed so the error is not wrapped for easier troubleshooting for the developer.
FF-8550 Add a property to column chooser
Description
Grid columns that where hidden did not show up in column chooser so that they could be readded.
Solution
Columns now show up correctly in column chooser after being hidden.
FF-8552 Grid sorts Å and Ä as A and Ö as O
Description
When app has Swedish locale grids would still sort using English rules where A, Å and Ä was treated the same.
Solution
When app has a specific locale selected grids will be correctly sorted according to the selected locale.
FF-8556 Web Client - Grid column does not filter correctly for dates
Description
When filtering grids by date parts, such as showing only orders from March during a specific year, none would show up in the filtered list.
Solution
Filtering was fixed to correctly show dates that match the filter that was applied.
FF-8570 Data not being updated and error when editing items in dialog
Description
When editing the same row in a dialog opened from a list control, such as grid and search report, the updates would fail when editing the same item multiple times.
Solution
Data handling for dialogs on server side was fixed so that editing doesn’t break.
FF-8571 Grid doesn't update after adding or editing
Description
When editing rows in a grid that is inside a tab control where tabs are dynamically hidden and shown based on criteria, the grid would fail to update if the index of the tab was modified.
Solution
Visible tracking of current tab was fixed so that grids correctly update in all cases.
FF-8580 Custom control missing values when grid uses same collection
Description
If a custom control was bound to the same collection as a grid in the same view, no data would be displayed.
Solution
Data handling on the server side was corrected so that custom controls get the requested data in this case.
Note: There is a known issue if Custom Control has no PropertyPath specified but binds to a collection that is used by a grid in the same view by using Used Fields. Then the custom control still will not get data. The work around is to bind the control to the collection via property path. This edge case will be fixed in a coming release.
Comments
0 comments
Please sign in to leave a comment.