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.23 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(); 
MediumImage Modified
SWAT-7155Extended freehand component with image upload to be used as background, stroke size and stroke colouring.
HighImage Modified
SWAT-5207Required validation rule and required attribute are now synchronised





Tasks

PriorityKeyAkioma Release Notes
HighestImage Modified
SWAT-7296Integrated SCL 11.7 #73033@2022-11-19 UTF-8
MediumImage Modified
SWAT-7146Screen 'convertfilewindow'
has
  has been added to SWAT.

It allows to upload a docx file and download a pdf synchronously with a configured sharepoint.

The docx file is sent to the configured sharepoint, converted to a pdf and downloaded directly. It will not remain on the sharepoint.

Configuration is done through environment variables.

Reference to documentation follows.

Limitations:
*
  • Conversion is synchronous, this can be an issue for larger files
*
  • Conversion cannot be cancelled
*
  • Delete and download are done behind the scenes. That means errors in download and delete cannot be restarted in cases of errors.
*
  • Only *.docx files can be uploaded.




Bugs

PriorityKeyAkioma Release Notes
HighestImage Modified
SWAT-7366Typo in onLeaveTrigger
for
  for rules engine prevented correct handling.
HighestImage Modified
SWAT-7360Assumed presence of validation message '.validation-error-smartmessage'
on
  on init if validation is active.
Ensured validation rules are active before temporarily disabling their display on init.
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 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.

...