Changelog 3B Forms v4.17

Revision as of 04:40, 20 June 2024 by Lefteris (talk | contribs) (Created page with "====== Release 4.17 ====== ===== Related JIRA cards ===== * [DEV-44](https://3bforms.atlassian.net/jira/software/c/projects/DEV/boards/34?selectedIssue=DEV-44) * [DEV-45](https://3bforms.atlassian.net/jira/software/c/projects/DEV/boards/34?selectedIssue=DEV-45) * [DEV-50](https://3bforms.atlassian.net/jira/software/c/projects/DEV/list?direction=ASC&selectedIssue=DEV-50&sortBy=assignee) * [DEV-69](https://3bforms.atlassian.net/jira/software/c/projects/DEV/boards/34?selec...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Release 4.17
Related JIRA cards
Bug Fixes
  1. Configurable onComplete Strategy for Form Complete
    • Description: Form Complete had a mandatory onComplete strategy for error checking/validation. This has been removed and is now configurable through the builder.
    • Impact: Provides more flexibility to users by allowing customization of error checking and validation strategies.
  2. Correct URL Redirection for Preview Submission
    • Description: Fixed generated Preview Submission formula to redirect to the correct URL.
    • Impact: Ensures that users are redirected to the correct URL after preview submission, improving navigation and usability.
  3. Error Handling for Undefined errorOwner
    • Description: Previously, we didn’t check if the errorOwner of a given error is undefined. A simple check when building the error message prevents console errors and displays the error message correctly.
    • Impact: Enhances error handling by preventing console errors and ensuring error messages are displayed correctly.
  4. Improved saveFile Implementation
    • Description: Changed the implementation of saveFile to make sure we link files submitted to the form response object.
    • Impact: Ensures that submitted files are correctly linked to form responses, improving data integrity and traceability.
Related Tickets
Release URL