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

SWAT Release 20.23

New Features

Priority Key Akioma Release Notes
Highest SWAT-3763 Made Corticon.js available and the existing functionality of the Corticon Server was migrated to Corticon.js, together with some new enhancements.

Improvements

Priority Key Akioma Release Notes
Medium SWAT-3848 Added access rights for user profile maintenance.
High SWAT-3533 Added a new event "EventOnContextMenuOpen", available for Grid type objects, that is triggered when clicking on a grid row context menu. Using this event, you can write or call a CLAPI function, and manage the visibility of the context menu items.

The visibility of menu items can also be set now from the SCL Menu Function Option “isHidden”. This will hide the corresponding item.

CLAPI example for showing, hiding one item based on function code or show/hide all context menu items:
namespace akioma {
export function onContextMenuOpen(GridSource:akioma.swat.Grid){
GridSource.hideContextMenuItem("NameOfItem1");
GridSource.hideContextMenuItem("NameOfItem2");
GridSource.showContextMenuItem("NameOfItem3");
GridSource.hideContextMenuItems();
GridSource.showContextMenuItems();
}
}

Tasks

Priority Key Akioma Release Notes
Medium SWAT-4044 Frontend build improvements and fixes.
Medium SWAT-3977 Now, you can specify custom panel message types, besides the standard ones. See updated documentation here https://help.akiomacloud.de/display/AKDOC/Panel+Messages+Attributes

Bugs

Priority Key Akioma Release Notes
Medium SWAT-4064 Fix for fileDelete default closeWindow param.
Medium SWAT-4053 Adjusted some 3rd-party libraries inclusion, preventing some errors to appear in specific use-cases.
Highest SWAT-4036 Fixed some failing UI unit-tests.
High SWAT-4034 Fixed fetchData bug when error is triggered, which was causing the wait cursor to be in a blocked state on the screen.
Medium SWAT-4001 Fixed record selection before validateEvent, causing the event not to be triggered.
Medium SWAT-3694 Fixed an issue with setWaitCursorForLinks, causing a delay before showing the loaded grids (in same use-cases), right after the WaitCursor animation was ending.

Looking forward to hear your feedback.

Thanks,
AKIOMA Team

  • No labels