24-05-001
Release notes - Selfpoint3 - rc-24-05-001
Bug fixes
Removed request body limits on emails sent via Microsoft Graph API
Emails with files attached in the email request body often threw a max body limit error. This was caused by a limit on how large the request body was allowed to be. This only affected emails that were sent using the Microsoft Graph API. This limit has now been removed with the recommendation to instead limit the amount of files and size of the files that users can upload inside of a form. This can be done in the FileUpload components setting.
Error when accessing mail logs in system center
When trying to access mail logs in the system center tab the user was some time met with an error saying something similar to âCannot destructure property âfromâ of tâ. This bug that was causing that error to be thrown has now been adressed and fixed.
New & Improved
Generate PDF/A-1B compliant PDF files
There has been a new setting added in the effect âDocument/generatePDFâ labeled âPDF/Aâ. When this is enabled the effect will generate PDF files that fullfil the PDF/A-1B requirements for long term preservation.
GrandID - removed personal number input
In the latest release build the GrandID integration for login and signing were updated to conform with the âsĂ€ker startâ changes that were made by BankID. These changes removed reliance on personal number for user authentication. To be able to make the transition as smoothly as possible the old GrandID integrations were still supported in the previous release which meant that the personal number input remained in the login component by default, with the option in the component settings to remove it. Now the personal number input has been permanently removed since the old GrandID integrations will no longer be functional and therefore not be supported.
The requirement on having a view with a âcloseTabâ component for the GrandId integration to redirect to has also been removed. This is now built into the platform itself.
Lower case letters in e-service list
The letters of the links âTill tjĂ€nstenâ and the category link has been changed from upper-case to lower-case letters. This change was made to conform with WCAG requirements
New handlebars helper {{signatureRequests}}
We have added a new handlebars helper called âsignatureRequestsâ. This fetches and returns the email addresses from a ticket for all co-applicants that have a pending signature request in the ticket. This is meant to be used in email templates to make it easier to send notifications or reminders to co-applicants.
Binary data removed from assets in Connect/HTTP3 effect
In a previous release a change was made to the effect âConnect/HTTP3â that added the file data in base64 format to each asset that was included in the request body under the object key âdataâ. This will now replace the binary data that was previously also part of each asset object. So for each asset object the file data will now exist only in base64 format instead of as a binary array.
Support for WMS services layers in OLMap component
The component âOLMapâ can now fetch and display tile layers from WMS services. This can be configured in the components settings, similar to how it is configured using ArcGIS or WMTS services. There is a new switch in the component settings called âUse WMSâ that needs to be enabled from inside the form builder and then the url for the WMS service needs to be inputted into the displayed inputs fields for background and foreground layers. This will fetch the tile layer data and display the names of all available tile layers in the layer selector underneath the component.
Last updated