24-02-001
Release notes - Selfpoint3 - rc-24-02-001
Bug fixes
Register/removeContent not working
The effect “Register/removeContent” threw an error that stopped its execution. This error has been adressed and corrected. The function should now work as intended.
Also when testing the function the number of register data fields that would be removed by the query is now returned as the result. This means that the effect can safely be tested without it affecting the register data.
Formdata logs missing information
In the latest version there was a bug introduced that caused some formdata logs to be missing information. This bug has now been corrected.
External link error in form card
Clicking a form card in the user portal to access an external service results in an error. The bug causing this issue has now been corrected.
New & Improved
Improved error messages in validation modal
Improved error messages in the validation modal that is displayed when the user tries to leave a form section that contains validation errors. The modal now lists all the validation errors on the current section. Each listed error contains the label of the component and the validation error message. If a component is missing a label the type of the component is displayed instead.
Page title from form and view name
The page title of the visited page is now set based on the name of the view or form that is loaded. In the case of forms the label of the current section is also displayed in the title. If a section is missing a label then the section number is displayed in the title. If a loaded view is missing a name then title defaults to the title set in the plattform configuration. OBS! This is only implemented in user portals for now.
React dev tools disabled in production
The React dev tools browser extension is now being disabled in production builds.
Day.js/WeekOfYear usable in Script/simple
The weekOfYear plugin for the Day.js library has been added to the context of the “Script/simple” effect. This adds the possibility to read and set the week number of date objects in the effect.
OLMap feature coordinates based on projection
When adding a feature in the OLMap component (for example by marking a location with the point drawing tool) the coordinates of that feature is now converted to the projection that is set in the component settings. This means that the coordinates saved in the form data will be the converted values.
Name of queued user displayed in queue list
In the queue list in admin under the “Created by” column the name of the user is now the default display value. If no name can be found then it defaults back to the userId (which in most cases is the users personal number) which was previously the default value.
Last updated