FF-8627 Make Studio update test session view in a way so it can handle 1000 WFs running quickly
Description
If you run too many WFs in a short timespan, like triggering a calculated WF in a list of entities, it will lock Studio.
Solution
Added throttling to Studio to handle lots of workflows running in the debug session.
FF-8672 DateTime and function Now() showing GMT 0
Solution
fix timezone for grid
FF-8684 Saved columns disappear when switching between tabs
Description
Grid saved settings was managed manually
Solution
Introduced DevExtreme Grid settings custom handling
FF-8707 Search Report column - doesn't support "<"
Description
Having string properties in an entity with data that contains e.g. “<b“ was being treated as html tags in the Grid View for search reports and therefore was cleaned away so the user could not see the data.
Solution
We needed to present the data in another way in UI. This would break the current functionality to be able to have html tags in strings (for e.g. styling purposes) so a configuration; “IgnoreHtmlTags“ has been added to the “Report field“ in the “Search Report Designer” so you can configure each column in the Search Report GridView to ignore html tags if needed.
FF-7942 Close dialog
Description
Functionality to close dialogs programmatically has been requested
Solution
A new workflow activity has been added to the FlowFactory Studio, “Close dialog“. This gives the user more flexibility to be able to close the dialog based on data or some UI events.
FF-8767 Studio - Give more information when there is an validation error for set values activity
Description
When there is an config error in Set Values Activity in a workflow the affected property is not included in the message.
Solution
The config error message Set Values Activity in a workflow now includes the affected property.
FF-8629 Optimize loading of WF prefetch (WorkflowPrefetchBuilder)
Description
Changes where done to speed up starting applications which will make a big difference for applications with many workflows.
FF-7174 Studio - Validate that for a persisted property you cannot select a virtual entity type
Description
It is possible to create a persisted entity property that references a virtual entity.
This breaks the application saving the entity.
Solution
Added validation so that the developer can’t create a persisted property that references a virtual enitity.
FF-8362 Web Client - Dialogs get excessive spacing above the OK and Cancel buttons
Solution
Reduce the distance in the dialog above the OK and Cancel buttons.
FF-8543 [GO] PortalApp picks up wrong configuration for recaptcha
Solution
Application Instance looks for it’s own Portal settings configuration correctly
Comments
0 comments
Please sign in to leave a comment.