We are glad to inform you that the latest version 3.2.0 of Flowfactory is out. Below is the list of Jira issues that were part of this upgrade.
Key | Summary |
---|---|
FF-9810 | Application signup page |
FF-6066 | Studio - Debugger should have steps before and after activity |
FF-3346 | Studio - Grid view ordering error |
FF-6909 | Studio - Remove breakpoint from workflow debugger |
FF-9497 | Time Zone handling in platform |
FF-9867 | Validation rule required not working as expected |
FF-9890 | Studio - Theme settings are not possible to save |
FF-9887 | Web Client - Issue with the image control |
FF-9653 | Studio Validation Rule - Create validations from the View designer |
Details
FF-9810 Application signup page
Description: A new feature allowed enabling a sign-up page for application instances, configurable in Go. This was accessible for test and published apps only.Solution:
- Added a button on the application details page in Go to enable the sign-up page.
- Included a button to open the Sign-up Settings Page.
- Users could define the following properties in Sign-up Page Settings:
- Header text: Displayed at the top of the page.
- Signup header: Displayed above the sign-up form.
- Signup instruction: Displayed below the header and above the input fields.
- Show contact info: If enabled, displays contact info at the bottom.
- Contact info name, title, and email: Strings for contact details.
- Captcha site key and secret: Settings for Google captcha.
- Registered success Workflow: Specifies a workflow to run upon successful registration.
- Added a controller and views in Web Client to access the sign-up page via a specific URL.
- The page reads settings from Application Instance and applies them to view elements. Static texts are localized.
- On registration, an email with a 6-digit verification code valid for 10 minutes was sent to the user, allowing three attempts to enter the code correctly.
FF-6066 Studio - Debugger should have steps before and after activity
DescriptionTo get a good understanding of the behaviour of an app you have to see the data for a workflow step before and after executing the step.SolutionThe workflow debugger now allow the user to step the debugger to make it possible to inspect the data before and after executing the workflow step.
FF-3346 Studio - Grid view ordering error
DescriptionColumns that you move when using "Toggle customization" sometimes are restored to previous order.SolutionThe bug that automatically reorders the columns is fixed.
FF-6909 Studio - Remove breakpoint from workflow debugger
DescriptionTo make it easy to use the debugger the user must be able to remove the breakpoint from the debugger window.SolutionThe user can now remove the breakpoints in the debugger window.
FF-9497 Time Zone handling in platform
Description:There were issues with time zone handling due to everything being managed as UTC and adjusted to local time upon display. This caused discrepancies, such as documents being stamped with the wrong date and date ranges being displayed incorrectly for users in different time zones.Solution:Introduced a setting for application instances to use a specific time zone. When enabled, the selected time zone is set for the Kubernetes pod running the app or the server for on-prem solutions. Removed all conversions to/from UTC and local date time on both server and client sides. Dates and times entered are now stored as entered, ensuring correctness across all applications.
FF-9867 Validation rule required not working as expected
Description:When a string property with a required validation rule was used in an embedded view, the validation message did not appear correctly. Exiting the field without data did not show the required indicator , but entering and then removing data did trigger it.Solution:Fixed the required validation rule for string properties to ensure that the required indicator appears when exiting the field without data and disappears when data is present.
FF-9890 Studio - Theme settings are not possible to save
Description:Opening the theme settings in Studio caused numerous error messages to appear.Solution:Fixed the issue to ensure that the theme settings view opens without any error messages.
FF-9887 Web Client - Issue with the image control
Description:Since the Go platform update, static images using the Image Control did not display until interacting with a dropdown or a button. This issue occurred across different views, file formats (.png, .jpg), and projects.Solution:Fixed the issue to ensure static images in the Image Control display correctly without requiring interaction.
FF-9653 Studio Validation Rule - Create validations from the View designer
Description:Developers needed the ability to create validation sets directly from the view designer for better integration with the UI.Solution:Added a function to create a validation set for a view. The validation editor is now available within the view designer.
Comments
0 comments
Please sign in to leave a comment.