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

Hello there,

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

New Features

Priority Key Akioma Release Notes
Medium SWAT-3669 Queueing mechanism was introduced for modal messages which are displayed on the UI. In this way, the modal messages are no longer overwritten and will be displayed, one after another, after the user interaction.

Improvements

Priority Key Akioma Release Notes
Medium SWAT-3697 If, for example. there was an eventLeave on a Grid column, the dataValue and screenValue of the filter couldn't be accessed in the event. Hence, two new CLAPI methods to get and set the value of the grid column filter are available.
// get the filter value, returns a string
column.screenValueFilter;
// set the filter value
column.screenValueFilter = "your value";
High SWAT-3687 Made some changes for the Ribbon items: they are disabled and will not be displayed until the page is loaded (data is available in the page) and the visibility rules are applied. This will prevent accessing menu items, before data is loaded and will eliminate the chances to trigger some errors or to create inconsistent data.
Highest SWAT-3672 Added support for deep check of dirtyState when saving in BE.
Medium SWAT-3659 There's a new function available to support new menu function server action type: INVOKE. The function uses a pre-event, which defines the parameter object, and a post-event, which is called when the back-end call is done. Configuration options are also available, to specify the BE and method names, inside the function. Documentation can be found here https://help.akiomacloud.de/display/AKDOC/Calling+back-end+logic+through+INVOKE+method

Tasks

Priority Key Akioma Release Notes
Medium SWAT-3676 Updated SCL to Release #OSIV_RE2.0 11.7 #61196@2020-09-01 UTF-8

Bugs

Priority Key Akioma Release Notes
Medium SWAT-3696 Solved an issue causing the ribbon items not to be adjusted, re-displayed on tab change.
Medium SWAT-3686 Solved an issue at the multiple-select dynSelect grid filter, which allowed the user to add the same value multiple times in the selection list.
Medium SWAT-3683 Solved an issue with the multiple dynSelect grid filter, which was causing the filtering in grid not to be triggered.
Medium SWAT-3673 Fixed some Typescript compiling warnings.
High SWAT-3653 Solved an issue causing the permissions errors not to be displayed on UI.

Looking forward to hear your feedback.

Thanks,
AKIOMA Team

  • No labels