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 Current »

Hello there,

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

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

enablePreSelectExistingInput();
disablePreSelectExistingInput();
Medium SWAT-7155 Extended freehand component with image upload to be used as background, stroke size and stroke colouring.
High SWAT-5207 Required validation rule and required attribute are now synchronised

Tasks

Priority Key Akioma Release Notes
Highest SWAT-7296 Integrated SCL 11.7 #73033@2022-11-19 UTF-8
Medium SWAT-7146 Screen 'convertfilewindow' 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

Priority Key Akioma Release Notes
Highest SWAT-7366 Typo in onLeaveTrigger for rules engine prevented correct handling.
Highest SWAT-7360 Assumed presence of validation message '.validation-error-smartmessage' on init if validation is active.

Ensured validation rules are active before temporarily disabling their display on init.
High SWAT-7309 Fixed error header in Datagrid2, which threw an error when oHeader object is not available.

Past behaviour was returning false, has been returned to previous state.
Highest SWAT-7308 Extended repository caches to take into account dynamic screen definitions so multiple dynamic forms open correctly.
Highest SWAT-7306 A copy of 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-7298 The 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-7254 Clicking 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

  • No labels