We are glad to inform you that the latest version 2.2.0 of Flowfactory Platform is out. Below is the list of Jira issues that were part of this upgrade.
Overview
Key | Summary | Epic |
---|---|---|
FF-5024 | Dialog view does not update sub-collections as ordinary view does. | FF-4529 - Dev :: Customer Success |
FF-4488 | Problem with inline edit in list in grid control | FF-4529 - Dev :: Customer Success |
FF-3971 | Studio - Create entity activity in studio, clear values | FF-4529 - Dev :: Customer Success |
FF-4274 | Studio - Deleting an integer value doesn't work in "Set Values Activity" | FF-4529 - Dev :: Customer Success |
FF-4253 | Studio - Opening views with an initial change | FF-4529 - Dev :: Customer Success |
FF-4536 | Workflow id display should be moved | FF-4529 - Dev :: Customer Success |
FF-5078 | Studio - Upload Custom Activity should add assembly and update classes. | FF-4537 - Dev :: Product Success |
FF-4847 | Studio - Studio UI Components without external code | FF-4864 - Dev :: Studio Custom UI Components |
FF-5196 | Specified argument was out of the range of valid values | FF-4960 - SM :: Incident Management |
FF-5181 | Studio - Find Entity References does not give correct result | FF-4960 - SM :: Incident Management |
FF-5167 | Studio Exception - Errror when uploading file | FF-4960 - SM :: Incident Management |
FF-5157 | Studio Exception - Null reference when disconnecting from SignalR | FF-4960 - SM :: Incident Management |
FF-4961 | Studio: The user can set an empty entity name | FF-4960 - SM :: Incident Management |
FF-4967 | Web Client - Grid filter is not fully implemented in web client for server queries. | FF-4960 - SM :: Incident Management |
Details
We were missing of subscription for data changes for grids, when we don’t have reload view data. Added subscription for data update event
Description
When opening an inline edit list sometimes the list isn’t loaded correctly the first time generating an empty list. Second time the list is clicked the correct list is shown
Solution
List shows correctly when opening list
Description
Cannot delete values in Create and Set Values Activity
Solution
Delete is now possible using clear button
Description
After entering a value for an integer field in the "Set Values Activity", you can't remove the value. It looks as if the value is cleared when selecting an entity, but that is probably a hidden value because the workflow the crashes when executed.
The delete "x" button doesn't work either.
Solution
Value was only cleared in the UI but not persisted to the backend. Now you clear values using the clear button
Description
When opening many views and workflows in Studio, they open with an initial change state, so when closing the studio asks for saving.
As a user I don’t know if something has changed or what.
Solution:
When opening a new workflow or view it is not be marked as changed
Description
The id of the workflow is to narrow.
Solution
Removed the id of the workflow since you don’t need that to create API:s anymore.
Description
As a developer I want new assemblies to be added directly to the assembly list and that the classes are updated to remove manual steps.
Acceptance Criteria
- The assembly entity is added for new uploaded assemblies
- Update classes is run when uploading a assembly
Description
As a developer I want to be able to create custom UI components without the need of compiling an assembly to make really easy to build custom UI components.
Solution
- The control can be dragged to the view area.
- The html template can be set in the UI.
- The javascript can be set in the UI
- The property references can be set in the UI
Description
When uploading a Custom Assemblies the error message is not informative
Solution
A clear error message and logging of Custom Assembly issues
Description
The result list when searching for entity references only contains errors.
Solution
The result list now contains both view an workflow references in addtion to the errors.
Description
Unclear error message when uploading a Custom Assembly
Solution
Friendlier and more informative error message is presented to the user. Error is logged and marked as investigation to Flowfactory
Description
Error when session times out and Flowfactory reconnects session
Solution
Session is gracefully shut down eliminating the error
Description
When creating a new Entity it is possible to set an Empty name which leads to an unexpected exception
Solution
Validate that the entity has a valid name and present a informative alert if that isn’t the case
Description
Web Client - Grid filter is not fully implemented in web client for server queries. Queries now updated on server side, replaced not available parameters for client side
Solution
Thanks
Comments
0 comments
Please sign in to leave a comment.