We are glad to inform you that the latest version 2.18.0 of Flowfactory is out. Below is the list of Jira issues that were part of this upgrade.
Overview
Key | Summary |
---|---|
FF-8759 | Web Client - Image Control rotation |
FF-7576 | Studio - Columns automatically added from column chooser |
FF-8836 | Studio - Current User in Evaluate Expression not working |
FF-8412 | Web Client - Deleted entities are not removed directly from lists |
FF-8875 | Web Client - Row selection disappears after setting it in a child grid |
FF-8722 | Web Client - A lot of locks are logged |
Details
FF-8759 Web Client - Image Control rotation
Description
The rotated image isn’t saved immediately after using the rotate button
Solution
The rotation is immediately saved when the rotation button is clicked
FF-7576 Studio - Columns automatically added from column chooser
Description
When a single click workflow is set on a grid sometimes when clicking the grid in Studio the grids hidden columns were added to the grid.
Solution
Remove the handling of single click and double click workflow event when in designing the grid in Studio.
FF-8836 Studio - Current User in Evaluate Expression not working
Description
When using the 'Evaluate Expression' activity in the studio, the application will throw an error in the browser when including #CurrentUser or #ApplicationSettings in the criteria.
Solution
Added support for #CurrentUser or #ApplicationSettings to the ‘Evaluate Expression’ activity.
FF-8412 Web Client - Deleted entities are not removed directly from lists
Description
If you deleted an entity from one view it would not disappear if being shown in a list on another page.
Solution
A fix was implemented to update entities being shown in other views so that deleted entities are no longer shown.
FF-8875 Web Client - Row selection disappears after setting it in a child grid
Description
Child grids using shared property to define selected elements.
Solution
Add filtering for child grid selection event.
FF-8722 Web Client - A lot of locks are logged
Description
Lock meachanism was based on ViewId only, and might brake in case of several same views opened for different rootEntities.
Solution
Lock mechanism was extended to use ViewId+RootEntityId.
Comments
0 comments
Please sign in to leave a comment.