We are glad to inform you that the latest version 3.1.0 of Flowfactory is out. Below is the list of Jira issues that were part of this upgrade.
Overview
Key | Summary |
---|---|
FF-9646 | Go - Error When Opening a Copied Project in Go2Flow's Studio |
FF-8572 | Selection column not aligned in grid |
FF-9794 | Status message not restoring after reloading view |
FF-9445 | Studio - cant add parameter in report designer criteria |
FF-9672 | Studio - Error occurs when opening model diagram |
FF-9671 | Studio - Error occurs when springboarding API |
FF-9388 | Web Client - Application not found when started first time |
FF-9573 | Can't log out i Go2Flow app |
FF-9598 | Go2Flow - Hide inactivated projects from the app lists |
FF-9644 | Go2Flow - Restrict Publishable Versions |
FF-9663 | Version number in Go2Flow |
FF-9634 | Web Client - Live update for global collection throws an error |
FF-9218 | Create Convert Image Activity |
FF-9000 | DIOS - Quote - Delete - Gives unhandled exception |
FF-9764 | Errors in Studio logs when generating app assembly |
FF-9749 | Handle reload of web client after user session was lost on FF-server |
FF-9770 | Remove SignalR logging from front end |
FF-9217 | Store images in uploaded format |
FF-9741 | Studio - Report Parameters are not shown i report designer grid |
FF-9762 | Web Client - Not possible to select text for read only text fields |
FF-9624 | Upgrade 3rd party component RemObjects |
FF-9655 | Upgrade DevExpress to latest version (Studio, Backend and Server) |
FF-9395 | Can't return value withouth evaluate expression |
FF-9572 | Repeater not sorting (or loading) in desktop |
FF-9802 | Studio - Command bars without workflow crashes the app |
FF-9313 | Web Client - View is not refreshing after revert of input |
FF-9467 | Web Client - Issue with Message Boxes |
FF-9652 | Studio Validation Rule - Create rules for text field. Required, Max/Min-Length and Invalid characters |
FF-9619 | WCAG - adjacent colors not fulfilling non-text contrast criteria |
FF-9582 | WCAG - alt text for login page logo is wrong |
FF-9591 | WCAG - investigate screen reader gets stuck on different places |
FF-9336 | WCAG - multiline textbox missing form labels |
FF-9826 | GO - Community, long name breaks UI |
FF-9832 | Validation - add validation feedback to tabviewpanels header |
Details
FF-9646 Go - Error When Opening a Copied Project in Go2Flow's Studio
DescriptionA copied project in Go can’t be opened in StudioSolutionFixed the problem with copying projects so that they are possible to open.
FF-8572 Selection column not aligned in grid
DescriptionSelection column checkboxes in Grid View Control looked weird.SolutionA CSS fix was applied.
FF-9794 Status message not restoring after reloading view
DescriptionWhen the browser is refreshed and the app is reloaded, views are restored but status message is lostThis is because it is not cached and the startup workflow that sets it doesn’t run.SolutionThe startup workflow is now run when refreshing the view so that the status message is restored.
FF-9445 Studio - cant add parameter in report designer criteria
DescriptionNot possible to add parameters to a criteria in the search report.SolutionFixed the bug that removed the button to make sure that the user can see it.
FF-9672 Studio - Error occurs when opening model diagram
DescriptionThe model diagram was not possible to open in Studio.SolutionIt is possible to open the model diagram for an entity in Studio.
FF-9671 Studio - Error occurs when springboarding API
DescriptionWhen springboarding an api for an entity the function crashes.SolutionThe springboard functionality is fixed so that springboarding an api works.
FF-9388 Web Client - Application not found when started first time
Description
When starting an application test session for the first time in the morning, the instance is not found.Solution
Added extra time, in the login page, when loading the application information
FF-9573 Can't log out i Go2Flow app
DescriptionWhen logging out by using the Logout activity the user is logged in again.SolutionFixed the Logout activity so that the user is fully logged out.
FF-9598 Go2Flow - Hide inactivated projects from the app lists
DescriptionInactivated projects were not removed from the all projects list.SolutionInactivated projects are now hidden from the lists.
FF-9644 Go2Flow - Restrict Publishable Versions
DescriptionIn the versions grid for a project, it is possible to click Publish Version when selecting any row. Should only be possible for versions newer than the currently deployed version.SolutionThe Publish version function is only selectable for newer versions.
FF-9663 Version number in Go2Flow
Description:Version number that is used by an application instance is now displayed in the grid.
FF-9634 Web Client - Live update for global collection throws an error
DescriptionWhen doing a live update in a view with global root the web client throws an exceptionSolutionA fix is done so that global collections can be live updated
FF-9218 Create Convert Image Activity
Description:New activity that allows for resizing and converting images between different formats.
FF-9000 DIOS - Quote - Delete - Gives unhandled exception
Description
When opening a deleted item from a previous search in a search report the app crashed.SolutionOpening a deleted item informs the user that the data is deleted
FF-9764 Errors in Studio logs when generating app assembly
DescriptionWhen generating a model assembly the build sometimes failed.The exceptions are caused by bad namespace name generated by the appname. App name is more allowing these days so name cleaning needs to be updated.SolutionThe problem in the generation is solved by using same regex as used in Go2Flow to generate unique name.
FF-9749 Handle reload of web client after user session was lost on FF-server
DescriptionWhen user session has been lost in ff-server after restart the web client goes into a loop.SolutionThe user is now logged out so that the user can log in again.
FF-9770 Remove SignalR logging from front end
DescriptionThe client did excessive logging when running the app,SolutionThe logging is reduced by removing info logging.
FF-9217 Store images in uploaded format
Description:Image was compressed by end user and sent as png and saved as bmp on server sideSolution:Remove client side compression and redo rotation, update server side to save original format
FF-9741 Studio - Report Parameters are not shown i report designer grid
SELECT * FROM System_View_GridView WHERE
Id IN (SELECT Id FROM FlowFactoryDesigner_3_0_0_System.dbo.System_View_GridView)SELECT * FROM System_View_GridView_Column WHERE
GridViewId IN (SELECT Id FROM FlowFactoryDesigner_3_0_0_System.dbo.System_View_GridView)
ORDER BY GridViewIdSELECT * FROM FlowFactoryDesigner_3_0_0_System.dbo.System_View_GridView_Column WHERE
GridViewId IN (SELECT Id FROM FlowFactoryDesigner_3_0_0_System.dbo.System_View_GridView wHERE Id = '32B2CC74-C58B-4FC1-989B-FECD74759769')
ORDER BY GridViewIdSELECT Id FROM FlowFactoryDesigner_3_0_0_System.dbo.System_View_GridView wHERE Id = '32B2CC74-C58B-4FC1-989B-FECD74759769'SELECT * FROM FlowFactoryDesigner_3_0_0_System.dbo.System_View_GridView wHERE Id = '32B2CC74-C58B-4FC1-989B-FECD74759769'SELECT * FROM FlowFactoryDesigner_3_0_0_System.dbo.System_View_GridView_ColumnSortInfo wHERE GridViewId = '32B2CC74-C58B-4FC1-989B-FECD74759769'UPDATE FlowFactoryDesigner_4017_1_0_System.dbo.System_View_GridView_ColumnSortInfo
SET System_DeletedState = '1'
WHERE Id = 'F32BA1A5-3D0A-48A3-9BAD-EC85CC3F5F90'
FF-9762 Web Client - Not possible to select text for read only text fields
DescriptionWhen a text field is read ony it is not any longer possible to easily select the text.SolutionAdded support for selecting text in read only text fields.
FF-9624 Upgrade 3rd party component RemObjects
Description:As part of our continuous effort of offering a secure platform we have upgraded third party components.
FF-9655 Upgrade DevExpress to latest version (Studio, Backend and Server)
Description:We have upgraded third party UI components used in Studio to the latest release. We are not introducing new features with this update but some UI elements has gotten an updated look, like filter component for example.
FF-9395 Can't return value withouth evaluate expression
DescriptionSetting a value from a Run workflow activity to the Return value activity did not return the value.SolutionFixed the bug that caused the value to not be returned.
FF-9572 Repeater not sorting (or loading) in desktop
DescriptionThe repeater is not sorted according the sort order that is configured in Studio.SolutionThe repeater is sorted according to the configuration.
FF-9802 Studio - Command bars without workflow crashes the app
DescriptionWorkflows that were added to a grid view and later deleted crashed the app.SolutionAdded handling of missing workflows for grid view command bars.
FF-9313 Web Client - View is not refreshing after revert of input
DescriptionReverting a value in a Onchanged event did not update the value in the UISoliutionThe value is now visually reverted.
FF-9467 Web Client - Issue with Message Boxes
DescriptionIf we have a pop up opened and refresh the screen, if we try to open the pop up again, it will not work and this locks the entire screenSolutionThe bug is now handled and will not lock the screen.
FF-9652 Studio Validation Rule - Create rules for text field. Required, Max/Min-Length and Invalid characters
DescriptionAs a developer I want to be able to create a validation rule for a text field to guide the users when entering data.SolutionAdded functionality in Studio to let the developer create rule based validation rules.
FF-9619 WCAG - adjacent colors not fulfilling non-text contrast criteria
DescriptionThis ticket is part of our work with accessibility.
FF-9582 WCAG - alt text for login page logo is wrong
DescriptionThis ticket is part of our work with accessibility.
FF-9591 WCAG - investigate screen reader gets stuck on different places
DescriptionScreen reader jumps over content in the web app.SolutionRemoved a ‘aria-hidden’ from html
FF-9336 WCAG - multiline textbox missing form labels
DescriptionThis ticket is part of our work with accessibility.
FF-9826 GO - Community, long name breaks UI
DescriptionA community with a long name can break the UI layout.SolutionCommunities with long names are truncated in the lists.
FF-9832 Validation - add validation feedback to tabviewpanels header
DescriptionA request to receive some form of feedback if a tabbed group had any fields that are not validatingSolutionA small icon is added to the header.
Comments
0 comments
Please sign in to leave a comment.