We are glad to inform you that the latest version 2.10.0 of Flowfactory Platform is out. Below is the list of Jira issues that were part of this upgrade.
Overview
Key | Summary | Epic |
---|---|---|
[WebClient] PushUpdate without data changes shouldn't have locks |
FF-4529 - Dev :: Customer Success |
|
[WC] Don't update dropdown controls after each UI update |
FF-4537 - Dev :: Product Success |
|
Enabled criteria för image control does not work |
FF-5847 - SM :: Incident Management |
|
Log out activity throwing error |
FF-5847 - SM :: Incident Management |
|
Prio 1 - SDAB Staging Test - Image upload in dialog |
FF-5847 - SM :: Incident Management |
|
Prio 2 - [SDAB] Hard to copy text from fields |
FF-5847 - SM :: Incident Management |
|
Prio 2 - Search Reports - Add sort order for database query |
FF-5847 - SM :: Incident Management |
|
Prio 5 - Web Client (Regina) - When editing a value in a "Ärende" the view reevaluates all controls |
FF-5847 - SM :: Incident Management |
|
Single click workflows activated in grid when sorting |
FF-5847 - SM :: Incident Management |
|
Web Client - Remove "0" from numeric control when nothing is typed |
FF-5847 - SM :: Incident Management |
|
Prio 1 - Retry logic Request/response HTTP messages |
FF-4826 - SM :: Problem Management |
|
Prio 3 - Two-way communication using SignalR - Ack and retry |
FF-4826 - SM :: Problem Management |
|
Web client - Uploaded image not complete |
SDAB-692 - Uppkoppling |
|
Busy spinner not shown during startup workflow |
||
Cannot clear selected drop down value from server side |
||
Prio 2 - Add retry to SignalR-message from client to server |
||
Prio 5 - Chaufför: Bild går att ta bort från tidigare rapporterade avvikelser. |
||
Prio4 - Dropdown with selected entity looks empty. |
||
Remove file version check from launcher and web client |
Details
FF-4529 - Dev :: Customer Success
FF-8167 [WebClient] PushUpdate without data changes shouldn't have locks
DescriptionPushUpdate could have locks even when nothing was changed.SolutionRemove locking for PushUpdate without data changes.
FF-4537 - Dev :: Product Success
FF-8196 [WC] Don't update dropdown controls after each UI update
DescriptionDropdown updates its list data after each UI update.SolutionDropdown updates data only when its opened.
FF-5847 - SM :: Incident Management
FF-7724 Enabled criteria för image control does not work
It has been fixed in ticket 822
FF-5847 - SM :: Incident Management
FF-8243 Log out activity throwing error
DescriptionWhen logging out a user using the logout activity an exception was thrown.SolutionThe logout activity now handles the logout without throwing an exception.
FF-5847 - SM :: Incident Management
FF-8245 Prio 1 - SDAB Staging Test - Image upload in dialog
DescriptionIf PushUpdate slower that close dialog operation - we are getting timing issue.SolutionAdd delay for close dialog operation that it waits till all pushupdated are finished.
FF-5847 - SM :: Incident Management
FF-7797 Prio 2 - [SDAB] Hard to copy text from fields
DescriptionFocus out event was manually triggered outside of dialog content area.SolutionFocus out triggered on button click with right event order
FF-5847 - SM :: Incident Management
FF-8162 Prio 2 - Search Reports - Add sort order for database query
DescriptionWhen adding a Search report to a view you want to be able to set the sort order for columns in the designer view. Sorting should then be applied to the query for search reports meaning that the result from the server is sorted according to the sorting selected.SolutionSelected sorting columns are included in the query to the server, on the server the sorting is applied and the result is returned sorted in the correct order.
FF-5847 - SM :: Incident Management
FF-8226 Prio 5 - Web Client (Regina) - When editing a value in a "Ärende" the view reevaluates all controls
DescriptionUpdating fields in web client can be slow for large views, especially for complex views with many child views like multi layout controls.SolutionProcessing of view state has been simplified and optimized which will speed up updates in complex views. Controls that are bound to entity properties whose entity is NULL are now disabled to signal to the end user that input into this field is not possible.
FF-5847 - SM :: Incident Management
FF-8252 Single click workflows activated in grid when sorting
DescriptionRow selection workflow would incorrectly run even if you where clicking on the grid header.SolutionExecution was filtered to only execute on data rows in the grid.
FF-5847 - SM :: Incident Management
FF-8121 Web Client - Remove "0" from numeric control when nothing is typed
DescriptionNumeric controls that contains 0 should be cleared when focused.SolutionThe numeric control is now cleared when getting focused if the value is 0.
FF-4826 - SM :: Problem Management
FF-8158 Prio 1 - Retry logic Request/response HTTP messages
DescriptionWhen WebClient temporary got disconnected, actions are not processed SolutionRetrying to send messages
FF-4826 - SM :: Problem Management
FF-8159 Prio 3 - Two-way communication using SignalR - Ack and retry
DescriptionIf you have an unstable connection you might loose some message that is sent from server if you get disconnected while running a workflow for instance.SolutionWe have secured the connection to ensure that no messages are lost. This ensures that your application can keep running even if you temporarily loose connection.
SDAB-692 - Uppkoppling
FF-8170 Web client - Uploaded image not complete
DescriptionWhen the connection is interupted during the upload of an image the image is only partially stored in the database and can not be used.SolutionThe connection is now restored so that the image is fully uploaded to the database.
FF-8251 Busy spinner not shown during startup workflow
DescriptionWhen logging in and the application is running the startup workflow a loading indicator should be shown.SolutionThe loading indicator functionality for startup workflow was restored and is now being correctly displayed.
FF-8250 Cannot clear selected drop down value from server side
DescriptionIf drop down value is set to NULL on server side, like in a Workflow that is attached to a property event, the value would not be cleared on the front end.SolutionThe drop down will now be correctly cleared to reflect its new value.
FF-8247 Prio 2 - Add retry to SignalR-message from client to server
DescriptionIf the connection between the server and client gets disconnected the user sometimes needed to login again.SolutionIn the case signalr messages could not be sent from the server to the client it is retrying it after a couple of seconds.
FF-8223 Prio 5 - Chaufför: Bild går att ta bort från tidigare rapporterade avvikelser.
BeskrivningTa-bort knappen syns och kan användas när image-control är låst “disabled“ LösningTa-bort knappen syns inte längre när image-control är låst “disabled“
FF-8224 Prio4 - Dropdown with selected entity looks empty.
DescriptionFor simple dropdowns with only one value that was selected when the view was opened the drop down did not show the selected value.SolutionWhen the view shows the dropdown list the selected entity is visible and already selected.
FF-8242 Remove file version check from launcher and web client
DescriptionCold starting an application can take quite some time.SolutionA change has been done during application startup which will reduce time to prepare application for running in Web Client and in Studio.
Thanks
Comments
0 comments
Please sign in to leave a comment.