We are glad to inform you that the latest version 2.9 of Flowfactory Platform is out. Below is the list of Jira issues that were part of this upgrade.
Overview
Key | Summary | Epic |
---|---|---|
Sidebar - Options for expandable |
FF-5366 - Dev :: CUS Top10 |
|
API - Update Client certificate handling in Flow APIs |
FF-5901 - Dev :: Misc |
|
Application Logs not triggered |
FF-5901 - Dev :: Misc |
|
Server - Improve server startup time |
FF-5901 - Dev :: Misc |
|
Disable user tracking and server side applicationinsights for onprem clients |
FF-4537 - Dev :: Product Success |
|
Web Client - Wrong messages when connection is being re-established |
FF-4537 - Dev :: Product Success |
|
Specify limit and request for memory for containers running in AKS |
FF-4814 - Infra :: Architecture & Scalability |
|
Go2Flow - Monitoring Cloud Functions |
FF-4761 - Infra :: Cloud Functions |
|
Studio - Can't remove image in button control. |
FF-5847 - SM :: Incident Management |
|
Studio - Configuration Errors are no removed when the view is removed |
FF-5847 - SM :: Incident Management |
|
Studio - False Positives for Configuration errors |
FF-5847 - SM :: Incident Management |
|
Studio - Remove views from Multi Layout Control |
FF-5847 - SM :: Incident Management |
|
Studio - Shadow outline of view control stays on top |
FF-5847 - SM :: Incident Management |
|
Studio- When configuring find in db |
FF-5847 - SM :: Incident Management |
|
Web Client - Auto width on drop-downs |
FF-5847 - SM :: Incident Management |
|
Web Client - Buttons gets disabled sometimes |
FF-5847 - SM :: Incident Management |
|
Web Client - Cached calculation not working |
FF-5847 - SM :: Incident Management |
|
Web Client - Child grid reloads on every change |
FF-5847 - SM :: Incident Management |
|
Web Client - Embedded View - SelectedEntity in embedded view causes null reference exception |
FF-5847 - SM :: Incident Management |
|
Web Client - Fields locked in view |
FF-5847 - SM :: Incident Management |
|
Web Client - Lists using wrong context when evaluating criteria connected to property |
FF-5847 - SM :: Incident Management |
|
Web Client - UI changed not triggering resetting of list |
FF-5847 - SM :: Incident Management |
Details
FF-5366 - Dev :: CUS Top10
FF-7939 Sidebar - Options for expandable
DescriptionRequest to have a setting in the studio for initially having sidebar expanded.SolutionA checkbox has been added to system settings in the studio to choose if the sidebar should be expanded or minified initially.
FF-5901 - Dev :: Misc
FF-7982 API - Update Client certificate handling in Flow APIs
DescriptionPublish and Consume APIs need to support Client Certificates thet can be attached and validated by the platformSolutionIn Publish API you can now configure a client certificate storage, path and thumbprint and require that the certificate is validated for each callIn Consume API you can include a Client Certificate in the request which is attached to the API call
FF-5901 - Dev :: Misc
FF-7944 Application Logs not triggered
DescriptionApplication logs for API requests were not logged properly in Application Log tableSolutionReconfigured NLog applications logging to start logging again
FF-5901 - Dev :: Misc
FF-7765 Server - Improve server startup time
DescriptionWhen starting a test session for an application for the first time the server creates serveral cache files that make the startup take some extra time.SolutionOptimized creation of cache files to improve the startup performance.
FF-4537 - Dev :: Product Success
FF-7851 Disable user tracking and server side applicationinsights for onprem clients
DescriptionWhen an application is running it collects any errors or exceptions that happen are collected by Flowfactory in application insightsSolutionPossibility to turn off logging for on premise applications
FF-4537 - Dev :: Product Success
FF-7893 Web Client - Wrong messages when connection is being re-established
DescriptionWhen a user is disconnected from an application due to bad connection a message should be shown to highlight the user on thisSolutionA clear message is shown in green when connection is lost and when re-connected
FF-4814 - Infra :: Architecture & Scalability
FF-8011 Specify limit and request for memory for containers running in AKS
We have tweaked some settings behind the scenes to make our environment even more stable. This change will make sure that there always is available memory for apps running in our cloud environment.
FF-4761 - Infra :: Cloud Functions
FF-7220 Go2Flow - Monitoring Cloud Functions
DescriptionAs a community admin I want to see the status of the running Cloud Functions to be able to understand how the execution is going.
- Current execution time
- Historic execution time
- Errors and warnings
FF-5847 - SM :: Incident Management
FF-7991 Studio - Can't remove image in button control.
DescriptionIn Flowfactory Studio when you attach an image to a button control it is then impossible to remove or clear the image from the buttonSolutionIt is now possible to remove/clear the image from a button
FF-5847 - SM :: Incident Management
FF-7804 Studio - Configuration Errors are no removed when the view is removed
DescriptionAny configuration errors or warnings are not cleared when a view is deletedSolutionWhen a view is deleted all configurations errors related to that view are removed
FF-5847 - SM :: Incident Management
FF-7738 Studio - False Positives for Configuration errors
DescriptionAny configuration errors or warnings are not cleared when a workflow is deletedSolutionWhen a workflow is deleted all configurations errors related to that workflow are removed
FF-5847 - SM :: Incident Management
FF-7813 Studio - Remove views from Multi Layout Control
DescriptionIt is not possible to delete a view from a multi view layout control in Studio.SolutionAdded button in Studio for deleting the view from the multi view layout control.
FF-5847 - SM :: Incident Management
FF-7952 Studio - Shadow outline of view control stays on top
DescriptionWhen adding a repeater the control outline sometimes stays behind and covers the studio environmentSolutionRepeater control is no longer leaving a outline trace
FF-5847 - SM :: Incident Management
FF-7911 Studio- When configuring find in db
DescriptionWhen choosing entity to query in Find in DB-activity you need to know the table name of the Entity but usually you have a more descriptive Display name that is easier to find.SolutionFind in DB-activity now uses the Display name in the list of available Entities to query
FF-5847 - SM :: Incident Management
FF-7919 Web Client - Auto width on drop-downs
DescriptionDrop downs in applications sometimes has an incorrect widthSolutionWidth is now fixed to align with drop down
FF-5847 - SM :: Incident Management
FF-8040 Web Client - Buttons gets disabled sometimes
DescriptionIn some cases buttons that should be enabled where disabled.SolutionThe bug affected buttons that had enable criteria that were connected to the current user. This is now solved so the buttons are now correctly disabled and enabled.
FF-5847 - SM :: Incident Management
FF-7881 Web Client - Cached calculation not working
DescriptionCalculated properties are always reevaluated even when they have the “Cache Calculation” setting.SolutionFixed the bug that made the calculations to be reevaluated.
FF-5847 - SM :: Incident Management
FF-7882 Web Client - Child grid reloads on every change
DescriptionDuring inline editing we had grid blinks and slow performance SolutionAdded logic to compare grid datasource and incoming data from server for know when to refresh
FF-5847 - SM :: Incident Management
FF-7968 Web Client - Embedded View - SelectedEntity in embedded view causes null reference exception
DescriptionWhen having an embedded view in a view the data path for the embedded view must always provide data. Othervise the view crashes.SolutionAdjusted the code to handle the case when no data is provided for the embedded view.
FF-5847 - SM :: Incident Management
FF-7985 Web Client - Fields locked in view
DescriptionWhen permissions are set on a connected entity that is shown in a view the permissions are not correctly evaluated.SolutionPermissions are now correctly evaluated for connected entities.
FF-5847 - SM :: Incident Management
FF-7992 Web Client - Lists using wrong context when evaluating criteria connected to property
DescriptionFilters are not evaluated properly for dropdowns because the filter is evaluated in a new context instead of the context of the viewSolutionFilters for dropdown are now evaluated in the view context and works as intended
FF-5847 - SM :: Incident Management
FF-7835 Web Client - UI changed not triggering resetting of list
DescriptionDropdown list values doesnt update when data in view has been changed.SolutionCheck for datachange and update dropdown
Thanks
Comments
0 comments
Please sign in to leave a comment.