Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

Info
titleSCL update

Updated SmartComponent Library to Release 11.7 #70241@2022-04-26 UTF-8. Release notes here.


New Features

PriorityKeyAkioma Release Notes
HighImage Modified
SWAT-5529A new dedicated dialog for Copy Object was created.



Improvements

PriorityKeyAkioma Release Notes
MediumImage Modified
SWAT-5636Improved handling of error messages in Object Designer image save
MediumImage Modified
SWAT-5629

We’ve made available 4 new methods to the Ribbon object, for hiding/disabling select button children:

Code Block
languagejs
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

HighImage Modified
SWAT-5523Custom Fields do not require a form name anymore. Documentation here https://help.build.one/display/AKDOC/Custom+Data+Fields
MediumImage Modified
SWAT-5426Tabbar object supports now being a Navigation Target, so it can be linked to a toolbar, for example.
MediumImage Modified
SWAT-3628Added caching for dynSelect data
.
Added
by using 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

PriorityKeyAkioma Release Notes
MediumImage Modified
SWAT-5563The 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
HighImage Modified
SWAT-5543Updated
SCL
SmartComponent Library to Release 11.7
#70241@2022
#70241@2022-04-26 UTF-8
MediumImage Modified
CLA-68
Now you are able to trigger has changes on a form field:

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


Code Block
languagejs
// 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();


MediumImage Modified
CLA-67Added FilterGo Method on CLAPI Grid object



Bugs

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



Looking forward to hear your feedback.

...