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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Hello there,

We are glad to inform you that the latest 2022.07 versionof the SWAT Framework is out. Below is the list of issues thatare part of this release.

New Features

Priority Key Akioma Release Notes
High SWAT-5529 A new dedicated dialog for Copy Object was created.

Improvements

Priority Key Akioma Release Notes
Medium SWAT-5636 Improved handling of error messages in Object Designer image save
Medium SWAT-5629 We’ve made available 4 new methods to the Ribbon object, for hiding/disabling select button children:

hideSubitem(itemName, subitemName)
showSubitem(itemName, subitemName)
disableSubitem(itemName, subitemName)
enableSubitem(itemName, subitemName)

itemName and subitemName are the values added in the “Menu structure code“, when creating the select button and its children
High SWAT-5523 Custom Fields do not require a form name anymore. Documentation here https://help.build.one/display/AKDOC/Custom+Data+Fields
Medium SWAT-5426 Tabbar object supports now being a Navigation Target, so it can be linked to a toolbar, for example.
Medium SWAT-3628 Added caching for dynSelect data.
Added a new attribute "cacheResults" for dynSelect, default value is FALSE
When set to TRUE, the dynSelect will check if it already made the request for the specified filter
If yes, will use the stored result
If not, will make the back-end request
When the attribute is set to TRUE, the last result will be cached in memory, on dynSelect level
When screen is closed, we clear that cached data.

Tasks

Priority Key Akioma Release Notes
Medium SWAT-5563 The following changes were done for the dynSelect
for the dynSelect object we’ve added a new character attribute "emptyValue", default value is empty string
you can specify other values like "null" or "undefined" or something else ...
on clearSelect or selectionRemoved, the ID of the dynSelect will be set to the value of the emptyValue attribute
High SWAT-5543 Updated SCL to Release 11.7 #70241@2022-04-26 UTF-8
Medium CLA-68 Now you are able to trigger has changes on a form field:

FormFieldObj.setHasChanges(true/false) - setter
FormFieldObj.hasChanges() - getter

// setting has changes of form fields:
akioma.swat.Root.getObject('menustructv').getField('menuname').setHasChanges(true);
akioma.swat.Root.getObject('menustructv').getField('menuname').setHasChanges(false);
// check has changes of form field
akioma.swat.Root.getObject('menustructv').getField('menuname').hasChanges();
Medium CLA-67 Added FilterGo Method on CLAPI Grid object

Bugs

Priority Key Akioma Release Notes
Medium SWAT-5723 Now you are able to use SHIFT + key to enter a text in dynSelects search. Previously, it was prevented.
Medium SWAT-5686 Solved an issue with the behaviour of pressing the ESC key in Modal Messages. ESC behaves now like the Cancel button from the modal.
Medium SWAT-5654 the form.getField method can be now used also to return buttons.
Medium SWAT-5638 Fixed an issue which was preventing the closing of parked windows.
Medium SWAT-5637 Fixed an issue which occurred when SwatDevTools was enabled, causing in Designer the object type attributes not to be displayed.
Medium SWAT-5582 Fixed an error which occurred when using multiple attribute on batch generate dynSelect
Medium SWAT-5581 Fixed nested fieldset field issues in the old designer, which caused an error when launching batch generate dialog.
Medium SWAT-3982 Fixed an issue with resizing the RichText editor, after being minimised.

Looking forward to hear your feedback.

Thanks,
Build.OneTeam

  • No labels