24-01-001
Release notes - Selfpoint3 - rc-24-01-001
Bug fixes
Effect component triggers effect multiple times
The “Effect” component no longer triggers its configured effect two times when it is first rendered.
Register/update
The effect “Register/update” did nothing when triggered. The bug has now been corrected and the effect runs as expected again.
Input component cursor moves to end of text
The cursor in the Input component sometimes moved unexpectedly to the end of the inputted text. This was due to an old save overwriting a new one which mainly happened when working on a slow internet connection. The overwriting save was triggered by a function that handles when a value is pushed to the Input component from another component. This bug has been corrected by changing that function to only trigger when a value has been pushed to the component.
New & Improved
Logs for changes made to documents
A new log page has been added for document logs. All changes to documents are logged on the page with information about what document has been changed and by which user. Each log also contains the payload which includes all changes made to the document. The log page is reachable via a new button from the document list views.
For now logs has been added for the following documents: forms, processes, views, effects and roles. There will be logs added for more documents in the future.
Calendar group permissions
Groups can now be added to calendars. This lets access to calendars be controlled via group permissions.
Last updated