Page tree
Skip to end of metadata
Go to start of metadata

Hello there,

We are glad to inform you that the latest 23.6.0 versionof Build.Oneis out. Below is the list of issues that are part of this release.

Minor

Priority Key Build.One Release Notes
Medium SWAT-8135 Improved application load times by deferring datadog load to a later time.
Medium SWAT-8130 Improved application load times by deferring gooey menu load to a later time.
Medium SWAT-8129 Improved application load times by deferring ckeditor4 load to a later time.
Medium SWAT-8125 Fixed an issue with SwatForm icon in Designer.
Medium SWAT-7892 It is now possible to use the Esc key to close modal/dialogue windows by setting the default cancel action.
Medium SWAT-7800 Added new attribute on form: AutoRepositionFieldOnVisiblityToggle(default: true)
When set to false, no autoreposition on show/hide of form fields will be done.
In that case, new functionality listed below should be used to manually reposition/resize fields in a form/form container.

Added new functionality on BaseFormField:
setRowStart - sets the row start of the form field
setColumnStart - sets the column start of the form field
setColumnEnd - sets the column end of the form field

Added new functionality on BaseFormFieldContainer:
setFormFieldRowStart - sets the row start of a given form field
setFormFieldColumnStart - sets the column start of a given form field
setFormFieldColumnEnd - sets the column end of a given form field
shiftColumnsByOffset - shifts all columns in a form field container by a given offset, starting from a given column
setColumns - sets the total number of columns in a given form field container
Medium SWAT-7799 We added the possibility to set ignoreValidateEvent from CLAPI, on form fields.
When this is set to true, EventAKValidate will be ignored. This applies for all form fields.
Medium SWAT-7798 Enhanced attribute events to support promise result and extended BeforeFetchEvent on BusinessEntity to support Promise return value.
Medium SWAT-7713 Fixed dynselect autocompletesearch operators.
Medium SWAT-7633 Added a new attribute on SwatFileSelect: enableDownload. Default: false.
When set to true, it displays a new button, which allows you to download the selected file.
Nothing happens if no file is selected (empty input). If the file is not valid, an error notification will be displayed.
Medium SWAT-7524 In wexportdefinition, replaced the label and template fields with the Swat Upload control. This allows the user to download the template or the label file.

Patch

Priority Key Build.One Release Notes
Medium SWAT-8124 Fixed loading and saving of repository objects loaded using switchView in ClientLogic.
Medium SWAT-8016 Fixed an issue for checkboxes. It is no longer possible to trigger the value change on a checkbox when clicking outside of its label.
Highest SWAT-7962 Fixed an endless loop bug when switching tabs in designer.
Medium SWAT-7811 Removed skip sonic message from logs.
Medium SWAT-7768 When launching an object from designer using the "Launch" option a new instance of the object will be loaded always. Previously if the object was already launched, it would focus the existing object instead of opening it again.

Looking forward to hear your feedback.

Thanks,
Build.OneTeam