24-05-003
Release notes - Selfpoint3 - rc-24-05-003
Bug fixes
Purge/PurgeAll effect does not write to register
The effect “Purge/PurgeAll” has a setting that when enabled tells the effect to write data about the purged form data to a given register. This setting did not work and nothing was written to the register. This has now been addressed and corrected.
Unable to use the name of a deleted process when creating a new one
New processes could not be given names that belonged to a process that had been deleted. This was caused by processes not being properly unpublished when they were deleted. This issue has now been fixed.
Missing recipients caused error in Microsoft Graph emails
When one or more recipients could not be found (for example if recipients are set in the mail template by using handlebars expressions) it caused and error in the Microsoft Graph email integration which stopped the emails from being sent. This has been fixed by making sure that empty recipients are being filtered out before sending the email request to the Graph API.
Labels of empty checkboxes showing in summary and PDF
Labels of Checkbox component showed up in summaries and PDF files even do no value were selected in component. This happened when values had been selected and then deselected and was caused by a bug in how the component value was interpreted in summary and PDF files after values had been deselected. This bug has now been corrected.
New & Improved
Accessibility changes to e-service page in web portal
We have made some changes to the e-service page in the we portal to improve its accessibility.
Firstly, we have changed the tab order on the page to improve navigation for users that rely on using screen readers.
Secondly, we now hide category links when a category has been selected. This is to make navigation using a keyboard easier and to prevent screen readers from having to read superfluous information.
InputTable sum displayed in PDF files
When the “sum” option is enabled for a column in the InputTable component the sum of the entered values in that column will now be displayed in PDF files as well.
Datasheet save value to key
There is a new setting in the Datasheet component that can be used to save the value of a cell to a specific key in the component object inside of the form data. The setting can be found in the settings modal for cells. For example if the cell value is set to be saved to the key “cellValue” that value can be accessed in a handlebars expression by writing {{nameOfDatasheetComponent.cellValue}}.
Removed change user button from GrandID component
The button “change user” has been removed from the GrandID component since this functionality is no longer supported.
Added home button to error modal
We have added a “home”-button to the error modal that is displayed in the web portal when the user encounters an error when visiting a view page. This button redirect the user to the home page when it is clicked.
Last updated