We are glad to inform you that the latest version 2.15.1 of Flowfactory is out. Below is the list of Jira issues that were part of this upgrade.
Overview
Key | Summary |
---|---|
FF-8730 | Web Client - Incorrect error message when Active entity has wrong type |
FF-8455 | Server - Localization does not work in On Prem environments |
FF-8626 | Web Client - Workflows are triggered when they shouldn't be |
FF-8713 | Web Client - "Session Expired" error blocks users from connecting to an app |
FF-8734 | Web Client - App with cyclic calculated properties stops responding |
FF-8732 | Web Client - Lock when running workflow without view |
Details
FF-8730 Web Client - Incorrect error message when Active entity has wrong type
Description
If a workflow was called with the wrong type set as the active entity, the error message would contain the type of the root entity.
Solution
Error message contents where fixed to display the type of the active entity.
FF-8455 Server - Localization does not work in On Prem environments
Description
Localization was not loaded for OnPrem installations due to a problem with the database connection.
Solution
Localization is now loaded for OnPrem installations.
FF-8626 Web Client - Workflows are triggered when they shouldn't be
Description
When a grid contained columns showing values of calculated properties that in turn called other calculated properties, these values would be excessively recalculated.
Solution
Value caching of calculated properties was fixed for entities showing in grids; these calculations are no longer called too many times.
FF-8713 Web Client - "Session Expired" error blocks users from connecting to an app
Description
When connecting to an app, a concurrency problem can cause the connection to fail.
Solution
The connection logic is now protected against the concurrency problem.
FF-8734 Web Client - App with cyclic calculated properties stops responding
Description
When displaying data in grids for calculated properties that have circular dependencies, the application stops responding.
Solution
Implemented the logic from views into the grids so that circular dependencies are handled.
FF-8732 Web Client - Lock when running workflow without view
Description
View lock issue.
Solution
Fixed view lock mechanism.
Comments
0 comments
Please sign in to leave a comment.