23-05-037
Bug fixes
Checkbox required message
The error message that gets displayed when no option has been selected in a required Checkbox component is no longer displayed immediately when the component has loaded. Instead the message is not displayed until the user tries to change section.
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.
InputTable required
The required option that can be set on columns in the InputTable component did not work. This problem has now been fixed. As part of this the required setting that could be turned on in the components settings modal has been removed.
OBS! Validation needs to be set to “Component” in the components advanced settings for getting the required validation to run.
New & Improved
Differentiate between required and validation error
Improved error message in the validation modal that is displayed when user tries to change section. The messages now better reflects what type of validation errors that exists on the section.
Attachment info in PDF files
PDF files now display info about files that have been attached to a ticket using the FileUpload component.
Last updated