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

Hello there,

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




New Features

PriorityKeyAkioma Release Notes
High
SWAT-7255Extended DynSelect  with option to enable and disable preSelectExistingInput();

enablePreSelectExistingInput(); 
disablePreSelectExistingInput(); 
High
SWAT-5207Required validation rule and required attribute are now synchronised





Bugs

PriorityKeyAkioma Release Notes
High
SWAT-7309Fixed error header in Datagrid2 , which threw an error when oHeader  object is not available.

Past behaviour was returning false , and has been returned to the previous state.
Highest
SWAT-7308Extended repository caches to account for dynamic screen definitions so multiple dynamic forms open correctly.
Highest
SWAT-7306A copy of the dependency SmartComponentLibrary  accidentally overrode Consultingwerk.Util.DatabaseHelper  and rendered the update to that class unnoticed for applications utilizing SWAT.

Removed src/backend/Consultingwerk/Util/DatabaseHelper.cls  which is not overridden anymore.
Highest
SWAT-7298The hasChanges trigger was executed on disabled fields because it was only checked for attribute 'readonly' === 'readonly' .

Extended check to 'readonly' !== undefined && 'readonly' !== false 
Highest
SWAT-7254Clicking in form fields without making changes marks it with hasChanges() == true .

Fixed error by checking only for input type 'number'  and 'string'  to mark field as hasChanges() = true; 


Looking forward to hear your feedback.

Thanks,
Build.OneTeam