Release notes - Flowfactory Platform - 2.13.0
FF-8307 Large Grid Performance
Description
The web client would run very slowly when displaying large grids with many rows. This was caused by large amounts of data being passed from the server to the client.
Solution
Server side operations, such as paging, filtering and grouping, has been implemented which greatly reduces the amount of data being passed from server to client when working with large views.
FF-7803 Report designer: Not possible to delete entities once dragged out
Solution
Added functionality to delete selected elements (entity/table) from the report criteria diagram
FF-7941 Grid view completely reloads when selecting a row
Description
Large grids with several calculated properties would be really heavy to update after row selection.
Solution
The issue was caused by unnecessary recalculations of calculated properties. These extra calculations where removed.
FF-8219 Studio, Criteria in Find Entity
Description
Criteria editor in Find Entity Activity has a max-size of 256 characters.
Solution
The limit was increased to 4096 characters.
FF-8305 Close views activity
Description
There was an issue with Close Views activity which would generate an error in the client.
Solution
The issue was fixed so that Close Views activity works as expected.
FF-8334 Remove values/Null for date edit control
Description
Unable to set null value on date edit control if its triggered from a workflow set in the connected property’s Property Event.
Solution
A fix was added that fixes the issue so that null values can be correctly set.
FF-8373 SDAB - Url link to workshop picture is not visible until log out/in
Description
When a user had uploaded an image to the web client it would not be correctly displayed unless the user logged out and then logged in again.
Solution
A fix was created that makes sure that images always can be correctly displayed.
FF-8414 Cant download assembly model
Description
When creating a property that starts with a number it is not possible to create the model file.
Solution
Added a prefix for properties when creating the assembly.
FF-8424 Excel import misses dates
Description
Dates in Excel files that were in ODATA format were not imported.
Solution
Fixed the import so that ODATA dates are imported in the Excel import.
FF-8425 Export agreement to excel gives error messages in test
Description
Changes made on the server did not reflect the code on client-side. Therefore making the data sent from server incomprehensible to the client.
Solution
Updated the client-side code to be able to read the data correctly.
FF-8452 Studio - Views in test session
Description
When running a test session from Studio the opened dialogs does not show up in the test session dashboard.
Solution
Fixed a bug that skipped sending the opened dialogs to the test session dashboard.
FF-8455 Server - Localization does not work in On Prem environments
Description
Localization was not loaded for OnPrem installations.
Solution
Localization is now loaded for OnPrem installations.
FF-8456 Tooltips no longer displayed.
Description
Tooltips in grids where not shown.
Solution
A fix was delivered to correctly display tooltips.
FF-8360 Mobile Web Client - Sidebar issues
Solution
Aligned the elements in the sidebar to ensure a cohesive and visually appealing layout. Improved contrast for better readability. Made mobile-friendly adjustments to enhance the appearance. Now, all content in the sidebar is visible and the overall design is more visually appealing.
FF-8417 Enable support for OIDC in web client
Solution
We have added support for Single Sign On (SSO) with OIDC compatible Identity Providers in the cloud. This enables end users to login to Flowfactory application using their local accounts, such as Azure AD, Google and on premise AD.
On premise AD requires additional infrastructure to support external authentication.
FF-8454 Remove default ASP.NET HTTP headers from responses
Description
The web client included some HTTP headers added by IIS and ASP.NET. The presence of these can introduce security risks since they disclose technologies used on server side.
Solution
The following HTTP headers where removed.
-
Server
-
X-Aspnet-Version
-
X-Aspnetmvc-Version
-
X-Powered-By
FF-7951 Incident - Static binding in calculations workflow
Description
Return value activity in workflow returns an object of type object when passing, in a static binding, which didn't have a implementation leading to the Web Client could not interpret that data.
Solution
Added a implementation for object types to be handled as a string when passing static binding.
FF-8015 Grid column - doesn't support "<"
Description
String columns in grid is clearing the value if the string starts with ‘<' and a letter. eg. '<abc’. This is because, in the template its interpreted as a html-tag.
Solution
We have added a new setting, IgnoreHtmlTags, for the columns in Grid View control in studio.
FF-8361 Mobile Web Client - Image gets wrong rotation
Solution:
Added a manual image rotation button to the image control, allowing users to rotate the image as desired.
FF-8480 Unsetting entity property is redirecting to Login page
Description
If a workflow ran Close Views Activity that closed the initial tab for an application the user would be redirected the login screen.
Solution
A fix was created that blocks Close Views Activity from closing the initial view and makes sure that the user is not logged out.
Comments
0 comments
Please sign in to leave a comment.