24-04-001
Release notes - Selfpoint3 - rc-24-04-001
Bug fixes
Datasheet component displays rounded values in PDFs
Values in cells or columns that was configured to be rounded still showed the unrounded values inside of PDF files. This has now been fixed so that the rounded values are displayed.
User persisting after being offline
Some users experiences a bug where sometimes after they went offline for a short period they were no longer logged in to the portal after coming online again. This was caused by the socket sometimes losing track of the token that holds user information. This has now been corrected and users should always remain being logged in after being offline for a short period.
Repeat component adding page break in PDF files
The component “Repeat” did sometimes add page breaks and/or have its children components split in the middle of a page break inside of PDF files. This problem has now been corrected.
Parsing of handlebars in EWS/update effect
In the effect “update” found under the category “EWS” handlebars expressions entered in the body input was not parsed correctly. This was caused by the the wrong data being sent into the parsing function. This issue has now been corrected and handlebars expressions in the body should be parsed correctly.
Newline breaks parsing of text in Connect/HTTP3
Newline characters in text no longer breaks parsing of request body in the Connect/HTTP3 effect.
New & Improved
New data property in attachments added in effect HTTP/Connect3
When including attachments in the request body of an HTTP/Connect3 effect there is a new property added to each attachment object called “data”. This property holds the actual file binary data of each attachment in base64 format.
Search function in form builder
There has been a new function added inside of the form builder that lets users search for components in the currently viewed form. The function can be found in the right part of the header.
Components can be searched for using type, name and/or label. After entering a search value only components that matches the value on either their type, name or label will be displayed in the form builder. By closing or clearing the search input the form builder will be reset to display all components again.
Calendar name displayed in calendar view
When administering a calendar, on the calendar page inside of the admin portal, the name of the currently viewed calendar is now displayed above the calendar itself. This makes it easier for users to keep track of which calendar they are currently viewing.
New effect Mail/SendToGroup
A new effect called “SendToGroup” has been added under the category “Mail”. This new effect makes it possible to send an email to every user of a selected group. Every user in the selected group will receive an email that is created from the selected template. This means that one email will be sent for every user with each respective user as the recipient, and not one single email with all users as recipient.
Label setting in component “Datasheet”
A new setting has been added to the Datasheet component that lets it be configured to display a label above the component.
Last updated