We are glad to inform you that the latest version 2.23.0 of Flowfactory is out. Below is the list of Jira issues that were part of this upgrade.
Overview
Key | Summary |
---|---|
FF-9304 | Add gridfilter or search for properties |
FF-5912 | Improve CSS Editor in studio |
FF-9196 | Rest API Call fails if response contains collection that is NULL |
FF-9173 | Cannot close original view after copy in studio |
FF-9280 | Cannot send more than one API request |
FF-9180 | Cannot use global property in repeater |
Details
FF-9304 Add gridfilter or search for properties
Description
As a developer when working with a lot of properties in an entity I want to be able to filter out properties to be able to find them quicker.
Solution
Added a filter row in the property browser in the view designer to make it easy for the developer to find the properties to add to the view.
FF-5912 Improve CSS Editor in studio
Description
Currently it is a bit hard to use the CSS editor since you can’t search in the CSS.
Solution
Added search support and line numbering to the CSS editor.
FF-9196 Rest API Call fails if response contains collection that is NULL
Description
If an API returned a null value for a collection property the deserialization of the response would fail.
Solution
Null values for collection properties are now handled in the API methods.
FF-9173 Cannot close original view after copy in studio
Description
When copying a view with the repeater it was not possible to close that view that was copied.
Solution
Fixed the bug that prevented the copied view from being closed.
FF-9280 Cannot send more than one API request
Description
An issue in Blue Apps caused them to fail responding to requests after the first request.
Solution
A fix was implemented in session cleanup done after requests to reduce memory usage which resolves the issue.
FF-9180 Cannot use global property in repeater
Description
It is not possible to use a repeater with a global property in a view that has a root entity.
Solution
Fixed the bug that stopped the repeater from working with a global property in views that has a root entity
Comments
0 comments
Please sign in to leave a comment.