23-12-004
Release notes - Selfpoint3 - rc-23-12-004
Bug fixes
Connect/HTTP3 advanced body parsing
Body was parsed incorrectly when using the advanced option for entering the request body in the Connect/HTTP3 effect. This has now been resolved.
Click to move component
When using the “click to move” function for moving components in the form builder the components could only be moved within the same row that they were placed in. This bug has now been fixed so that components can be moved anywhere in the form.
New & Improved
New effect: Ticket/userHasActiveTicket
Ticket/userHasActiveTicket is a new effect that checks if a user already has an active ticket for a form and then lets the the user choose between continuing working on that ticket or creating a new ticket. The effect needs to be placed on a form tab and needs a logged in user to run properly.
Signature component email label
A label for the email input field can now be set in the options for the Signature component.
Improved error response in Connect/HTTP3
When a request made from the effect Connect/HTTP3 results in an error the effect now returns an object containing the status code and status text received in the error response object.
Example of a returned error object:
Datasheet dynamic option
Datasheet has gotten a new option added to its settings called “Dynamic table”. When this is enabled it lets users add rows to the datasheet component from the web portal. Added rows can also be removed again, but a user can’t remove rows past the amount of rows that was configured in the component.
Datasheet new cell and column types
Types “Time” and “Date & Time” has been added as option for cells and columns in the Datasheet component. These type options turns cells and columns into time and datetime inputs respectively.
Last updated