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

Hello there,

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


SmartcomponentLibrary

Updated SCL to Release #OSIV_RE2.0 11.7 #61196@2020-09-01 UTF-8.


New Features

PriorityKeyAkioma Release Notes
Medium
SWAT-3669Queueing 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

PriorityKeyAkioma 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-3687Made 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-3672Added support for deep check of dirtyState when saving in BE.
Medium
SWAT-3659There'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

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

Bugs

PriorityKeyAkioma Release Notes
Medium
SWAT-3696Solved an issue causing the ribbon items not to be adjusted, re-displayed on tab change.
Medium
SWAT-3686Solved 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-3683Solved an issue with the multiple dynSelect grid filter, which was causing the filtering in grid not to be triggered.
Medium
SWAT-3673Fixed some Typescript compiling warnings.
High
SWAT-3653Solved an issue causing the permissions errors not to be displayed on UI.


Looking forward to hear your feedback.

Thanks,
AKIOMA Team