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.20.03 versionof the SWAT Framework is out. Below is the list of issues thatare part of this release.




New Features

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

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






Bugs

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

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

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

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

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



Looking forward to hear your feedback.

...