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

Hello there,

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


Major

PriorityKeyBuild.One Release Notes
Highest
SWAT-9272Updated to SmartComponent Library Release 11.7 #77277@2023-08-20 UTF-8
High
SWAT-8625Improved usability and support for custom definition builder classes in dynamic controls.

Breaking change:
Changed BaseObjectDefinitionBuilder's CreateDefinitionObject parameters:
(pcName AS CHARACTER, pcObjectType AS CHARACTER, pcDisplayType AS CHARACTER, OUTPUT poAttributesObject AS JsonObject)
and
(poParent AS JsonObject, pcName AS CHARACTER, pcObjectType AS CHARACTER, pcDisplayType AS CHARACTER, OUTPUT poAttributesObject AS JsonObject)
to:
(poParameter AS Akioma.Swat.Repository.Builder.CreateDefinitionObjectParameter),
where all the previous parameters are available as named properties
Medium
SWAT-8405Webpack configuration and tsconfig files have been merged.
"buildone.webuiEventNamespaceDirectory" default value ("clientlogic/_export") has been changed but can be configured in your application under ".vscode/settings.json". Old default value "clientlogic/_export"


Minor

PriorityKeyBuild.One Release Notes
Medium
SWAT-9414Fixed a bug in copy objects dialog
Medium
SWAT-9401Added dynamic business entity support for tables with no unique indexes.
Medium
SWAT-9399Fixed an incompatibility with OpenEdge 12.2.5.
Highest
SWAT-9391Fixed an issue where the generation of Corticon.js vocabularies failed.
Highest
SWAT-9366Added client api method for displaying validation error
Highest
SWAT-9365Fixed issue with last column in grid not beeing visible due to resizing.
Medium
SWAT-9333Added ts-node dev dependencie
High
SWAT-9296Added smart Msg import in swat to avoid any issues with missing msgs.
High
SWAT-9246Removed extra '/' when returning the file path to the frontEnd.
High
SWAT-9234Added a postinstall hook to rebuild the scss.
Highest
SWAT-9226Fixed issue where the session would not be identified properly across multiple apps.
Medium
SWAT-9185Added instance rename on master name change.
Medium
SWAT-9138Added new token: CanDeleteStandardProfile (default, unrestricted only for Admin group).

If this is restricted, the standard user profile cannot be deleted.
High
SWAT-9113Improved 'Create Launch Function' screen/functionality. The 'Screen Name' field is now always loaded with the screen the selected element is used in.
Medium
SWAT-9041Added the DataView for the object master on all the create dialogs. Data in DataView will be filtered based on the object type.
Replaced old template from dialogs with the VUE template.
Made name, module and type fields mandatory for object creation.
Medium
SWAT-9040Copy an object in designer has the object preselected
High
SWAT-9039Drag and drop indicator in form
Medium
SWAT-9037Added drag and drop offset.
Medium
SWAT-9033Adjusted area to trigger object movement in designer
Medium
SWAT-9029Empty icon will be kept in the designer when deleting an instance.
Medium
SWAT-9009Added missing swat config reference to started/cstraining repos
High
SWAT-8995fix Designer error of D&D of a field into a newly added (not saved) block
Medium
SWAT-8992Removed add/edit filter options and kebab menu from attribute grid header.
Medium
SWAT-8838Removed redundant attributes for SwatEntity objects in designer.
Medium
SWAT-8639Error handling improvements in designer on save.
Medium
SWAT-8426Text field size now saves in user profile so that it remains the same after reopening the element.
Medium
SWAT-7566New theme variables for panels


Patch

PriorityKeyBuild.One Release Notes
High
SWAT-9413Fixed error when opening a screen containing a text field.
Medium
SWAT-9342Fixed failing developer mode test.
Medium
SWAT-9337Fixed E2E tests for EventSelect in SwatGrid.
Highest
SWAT-9332Reverted preLoad attribute removal in Select.
High
SWAT-9174Fixed grid focus after filtering.
Medium
SWAT-9008Fixed dev mode not toggling off properly. Added dev mode toggle tests.
Medium
SWAT-8904Fixed an issue with loading attributes in designer when selecting objects very fast.
High
SWAT-8694File upload field is now cleared upon form clear.
Medium
SWAT-8363Fixed sample screen error and added JSDO error handling.
Medium
SWAT-7922Revise dependencies of Xenon-graph service


Looking forward to hear your feedback.

Thanks,
Build.OneTeam