24-02-002
Release notes - Selfpoint3 - rc-24-02-002
Bug fixes
EffectCard visible in PDF files
The EffectCard component was not displayed in PDF files. This has now been fixed.
Generate empty PDF
The function for generating empty PDF files for a given form often failed and resulted in just an empty object literal being returned. The underlying problem has been corrected and the function should now work as intended again.
Checkbox & Radio with effects containing transformation fails in PDF files
The components “Checkbox” and “Radio” was not displayed properly in PDF files when they were setup with getting their options from an effect and that effect included a transformation. The problem has been adressed and they should now be correctly rendered in PDF files.
Dropdown displays label in PDF and summary
Dropdown now displays label instead of value in PDF files and summaries.
Repeat component show/hide
Show/hide on status and roles now works correctly for components placed within a “Repeat” component.
GRP sign
There was a bug in the sign request made when signing using GRP. That has now been corrected.
New & Improved
Lookup component supported in PDF files
The component “Lookup” now has support for PDF files. The component will be rendered in PDF files based on the saved HTML template in the component settings.
Animations respect users OS settings
Animations in components are turned off when user has enabled settings for reducing motion in their operating system.
Logs added to user profile page
The user profile page in the admin portal has gotten a new panel that displays logs that relate to the currently viewed Selfpoint user. The following events are currently being logged:
Successful login attempts
Successful logout attempts
Changes to the user object
Each log contains information about the type of log, the timestamp and the user that initiated the event which created the log. Logs can be filtered on timestamp, type and/or user.
Disable SSL/TLS certificate validation in Connect/http3
There is a new option under the advanced tab in the effect “Connect/http3” called “Stäng av validering av certifikat”, that when enabled sets the Node.js option rejectUnauthorized to false when making a HTTP request through the configured effect. Enabling this options disables SSL/TLS certificate verification and should only be used when absolutely necessary.
Set custom formData context in Connect/HTTP3 effect
A new option has been added under the “Advanced” tab in the Connect/HTTP3 called “Test on formDataId”. This allows the possibility to add a formData object to the effect context when running the effect as a test.
Updated appearance of components labels
The appearance of the label has been changed for the components Date, Radio, Dropdown and Checkbox. The change means that the label is now fixed above the component. This change has been brought on by the recent change made to the input component and has been done to make the user interface have a more uniform look.
Last updated