We are glad to inform you that the latest version 2.16.1 of Flowfactory is out. Below is the list of Jira issues that were part of this upgrade.
Overview
Key | Summary |
---|---|
FF-4379 | Web Client - Show build and version number for platform |
FF-8658 | Web Client - Can't open Word documents using Edge browser |
FF-8628 | Web Client - Delete Entity no longer seem to work |
FF-8763 | Web Client - Drop-down alternative locked for second transaction row |
FF-8735 | Web Client - Grid is broken and showing a red line |
FF-3983 | Web Client - Searchfunction struggles on special Polish characters |
FF-8806 | Web Client- Empty rows after grouping in grids |
FF-8842 | Web Client - Date Time Edit Control - When choosing hour and minutes --> displays wrong time |
Details
FF-4379 Web Client - Show build and version number for platform
Solution
Platform version presented on login page.
FF-8658 Web Client - Can't open Word documents using Edge browser
Description
When creating a file with a file name that contains whitespace the file is not possible to download.
Solution
Replace any whitespace characters in the uploaded file named with underscored
FF-8628 Web Client - Delete Entity no longer seem to work
Description
Timing issue during entity deletion
Solution
Added null checks for deleting entity case
FF-8763 Web Client - Drop-down alternative locked for second transaction row
Description
Dropdown did not reset the selection after active entity change
Solution
Force dropdown to clear the selection
FF-8735 Web Client - Grid is broken and showing a red line
Description
For a grid with calculated values the grid does not show any data. Just a red line.
Solution
Fixed calculation value for decimal properties incorrectly being cast to an integer, which solves grid related error.
FF-3983 Web Client - Searchfunction struggles on special Polish characters
Description
When we request data by passing in a parameter to the server - the message type that sends the query to the server could not handle all unicode characters making a lot of letters in a lot of languages not being interpreted correctly.
Solution
We changed the encoding of the message that sends the query to server for fetching data, that can handle all types of characters.
FF-8806 Web Client- Empty rows after grouping in grids
Description
Expand button in grids appeared for not grouped rows
Solution
Fix expand button in grids to be only in grouped rows
FF-8842 Web Client - Date Time Edit Control - When choosing hour and minutes --> displays wrong time
Description
Missing timezone info for regular field during push update
Solution
Add timezone info for push update when its missing
Comments
0 comments
Please sign in to leave a comment.