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

SWAT Release 2020.07

Stories

Priority Key Akioma Release Notes
Medium SWAT-2952 Added responsive UI to the framework.

If you want to change some styling please have a look at:
https://help.akiomacloud.de/display/AKDOC/Responsive+UI

Improvements

Priority Key Akioma Release Notes
Medium SWAT-3250 In order to make it possible to distinguish between events called from header or cells, from grid dynSelect columns, there is a new flag that is accessible in any event through self.bCell.
If self.bCell = true, the event was triggered from a dynSelect cell.
If self.bCell is undefined, the event was triggered from dynSelect header filter.
Medium SWAT-3249 There is a new function getFrontendDateFormat for formatting the DateTime received from the back-end to frontend format, using the application global defined format for displaying dates.
Medium SWAT-3241 Improvements on navigating between grid records.

Previously:
NextWindow = 'alt+up';
PreviousWindow = 'alt+down';
SwitchSidebarUp = 'ctrl+up';
SwitchSidebarDown = 'ctrl+down';

becomes:
NextWindow = 'alt+shift+up';
PreviousWindow = 'alt+shift+down';
SwitchSidebarUp = 'alt+up';
SwitchSidebarDown = 'alt+down';

The newly introduced shortcut in grids is ctrl+up and ctrl+down for navigating between grid records.
Medium SWAT-3000 The Excel Upload was migrated from NODE to PASOE, for improved speed and security.

Tasks

Priority Key Akioma Release Notes
Low SWAT-3186 Updated mouse cursor to be hand-pointer, instead of arrow-pointer, for ribbons / sidebars / toolbars items.

Bugs

Priority Key Akioma Release Notes
High SWAT-3282 Fixed an issue when clearing a dynselect in a grid
Medium SWAT-3277 Fixed in issue in the ckEditor
Medium SWAT-3276 Solved an issue causing the dynSelect dropdown, in grid cells, not to be correctly positioned.
Medium SWAT-3272 Solved an issue where the dynSelect footer menu was only showing after results were shown. The problem is fixed and now, the footer menu it's always displayed.
Medium SWAT-3270 Solved an issue causing the InstanceName not to be visible after adding a dynSelect in Form builder.
Medium SWAT-3260 Fixed an issue where the grid context menus were not shown anymore
High SWAT-3247 Fixed an issue where a dynselect with a "canFilter" in a grid could break
Highest SWAT-3229 Fixed an issue with the login
Medium SWAT-3225 Solved and issue in the form designer and now, the local changes are no longer discarded when a new item is created.
Medium SWAT-3220 Solved an issue causing the master instance record to be removed from the grid when drag & drop into the layout.
Medium SWAT-3204 Solved an issue which appeared when adding a new entity field in instances tab, layout designer, causing the object name to be empty. Now, the object name and object sequence are filled-in.
Medium SWAT-3109 In order to prevent unexpected behaviour, the tree-grid object is now blocked (for actions like drag&drop items or switching to another node) when the user adds a new node or selects an existing node for editing. In order to re-enable the tree-grid, the user must save or undo their changes to the currently selected node item.
Medium SWAT-3021 Solved an issue causing the group title not to be refreshed, when related information was updated in the form.

Looking forward to hear your feedback.

Thanks,
AKIOMA Team

  • No labels