We are glad to inform you that the latest version 2.22.0 of Flowfactory is out. Below is the list of Jira issues that were part of this upgrade.
Overview
Key | Summary |
---|---|
FF-9163 | Button on each row deletes wrong row - gridcontrol |
FF-9064 | Web Client - List based datasource property path not working if data is being shown in grid in view |
FF-9022 | Web Client - Set null values for ordered selection has no effect |
FF-8541 | Theme selection on User |
FF-9188 | Load SessionTimeoutInMinutes from FF-Server instead of setting env. variable |
FF-8698 | Web Client - Decrease app startup time |
FF-9159 | Cannot copy (large ) view in studio |
FF-9181 | Studio - Repeater layout control - freezes studio |
FF-9109 | Studio - Unable to expand child grid in studio |
Details
FF-9163 Button on each row deletes wrong row - gridcontrol
Description
Executing a workflow from action buttons in Grid View Control affected the wrong row if a row was previously selected. This is because the active entity in the view was not updated when clicking the action button.
Solution
We manually set the active entity to the row where the user has clicked the action button when executing the workflow.
FF-9064 Web Client - List based datasource property path not working if data is being shown in grid in view
Description
Grid disabled collection loading for dropdown
Solution
Added extra logic for dropdown to ignore grid preloaded data
FF-9022 Web Client - Set null values for ordered selection has no effect
Description
When parent has new entity with new collection, child context fails to merge deleted collection item to parent contextSolutionModified removing logic that added collection item state is not preventing deletion during merge process
FF-8541 Theme selection on User
Description
A feature request was submitted to let the user choose between Published CSS Themes in the WebClient.
Solution
Possibility to set CSS Themes to published in the Studio along with a button in the WebClient to let the user choose between CSS Themes.
FF-9188 Load SessionTimeoutInMinutes from FF-Server instead of setting env. variable
Description
SessionTimeoutInMinutes was readed during container creation and it was not possible to update that value without stop container by clientOrch
Solution
Move SessionTimeoutInMinutes init from ClientOrchestrator to the WebClient
FF-8698 Web Client - Decrease app startup time
Description
Changes where made behind the scenes to decrease the time it takes to startup applications, both published and test instances as well as testing sessions launched from Studio.
FF-9159 Cannot copy (large ) view in studio
Description
When copying a view with several device views the active view is changed.
Solution
The current active view setting is preserved.
FF-9181 Studio - Repeater layout control - freezes studio
Description
Not possible to add a repeater to a view in Studio.
Solution
Fixed a validation that blocked the view from being added to the view.
FF-9109 Studio - Unable to expand child grid in studio
Description
When having calculated properties that access the application settings in a grid the grid crashes and shows a large orange cross.
Solution
Added error handling of calculated properties that access the application settings.
Comments
0 comments
Please sign in to leave a comment.