We are glad to inform you that the latest version 2.7.0 of Flowfactory Platform is out. Below is the list of Jira issues that were part of this upgrade.
Overview
Key | Summary | Epic |
---|---|---|
Flow studio - small mistype of word parameter | FF-4529 - Dev :: Customer Success | |
Refresh views | FF-5366 - Dev :: CUS Top10 | |
Studio - Add Css examples to Studio | FF-4537 - Dev :: Product Success | |
Studio - Add clear button for nullable drop downs | FF-4537 - Dev :: Product Success | |
Logout button gets stuck in spinner mode | FF-5847 - SM :: Incident Management | |
Refresh of gridview in view when UI Settings are used | FF-5847 - SM :: Incident Management | |
Repeater control - fully functional | ||
Close views |
Details
Solution
Fixed spelling
Description
As a developer it would be great to have the opportunity to be able in a workflow to refresh the current or a selectable view.
Solution
Dialog where you select View from drop down and a checkbox “Reload all instances”.
The activity takes a parameter View data, here you can specify which view instance that should be reloaded, for example a specific opened Quote.
The activity sends signal message to web client with specified ViewId and optionally RootEntityId and if all instances should be reloaded.
Web client finds all matching tabs and runs Reload View data for each matching one.
Description
Help for using custom CSS is implemented in the studio. Functionality is added in CSS Editor
- When selecting a Css class examples of usage are shown to the right of the list.
- The example code is possible to copy and paste into the Css error.
Description
As a developer I want to be able to clear the selected value for a drop down control in an easy way.
Solution
- A clear button is added to the drop down when the value is nullable
Description
When using logout activity in application it sometimes gets stuck at the progress spinner
Solution
Log out activity now closes spinner correctly
Description
Gridview is not updated when UI Settings are changed. Grid needs to be manually reloaded
Solution
Fixed Grid view refresh with UI settings
Description
With repeater control you can show a list of items with a custom view instead of just a grid.
Bind collection to control, specify view and then the view is rendered for each item in the collection.
The view data object for each child view is the current item in the collection.
Description
As a developer it would be great to be able in a workflow to close one or more views
Solution
Dialog where you select View from drop down
The activity takes a parameter View data, here you can specify which view instance that should be closed, for example a specific opened Quote.
The activity sends signal message to web client with specified ViewId and optionally RootEntityId and if all instances should be closed.
Web client finds all matching tabs and runs Close View for each matching one.
Thanks
Comments
0 comments
Please sign in to leave a comment.