Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

Info
titleSCL Update

Updated SCL to most recent version: Release 11.3 #58260@2020-04-09 UTF-8. Release notes here.


Stories

PriorityKeyAkioma Release Notes
MediumImage Modified
SWAT-2952Added 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

PriorityKeyAkioma Release Notes
MediumImage Modified
SWAT-3250In 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.
MediumImage Modified
SWAT-3249There 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.
MediumImage Modified
SWAT-3241Improvements on navigating between grid records.

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

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

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



Tasks

PriorityKeyAkioma Release Notes
LowImage Modified
SWAT-3186Updated mouse cursor to be hand-pointer, instead of arrow-pointer, for ribbons / sidebars / toolbars items.



Bugs

PriorityKeyAkioma Release Notes
HighImage Modified
SWAT-3282Fixed an issue when clearing a
dynselect
dynSelect in a grid
MediumImage Modified
SWAT-3277Fixed in issue in the
ckEditor
RichText Editor
MediumImage Modified
SWAT-3276Solved an issue causing the dynSelect dropdown, in grid cells, not to be correctly positioned.
MediumImage Modified
SWAT-3272Solved 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.
MediumImage Modified
SWAT-3270Solved an issue causing the InstanceName not to be visible after adding a dynSelect in Form builder.
MediumImage Modified
SWAT-3260Fixed an issue where the grid context menus were not shown anymore
HighImage Modified
SWAT-3247Fixed an issue where a
dynselect
dynSelect with a "canFilter" in a grid could break
HighestImage Modified
SWAT-3229Fixed an issue with the login
MediumImage Modified
SWAT-3225Solved and issue in the form designer and now, the local changes are no longer discarded when a new item is created.
MediumImage Modified
SWAT-3220Solved an issue causing the master instance record to be removed from the grid when drag & drop into the layout.
MediumImage Modified
SWAT-3204Solved 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.
MediumImage Modified
SWAT-3109In 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.
MediumImage Modified
SWAT-3021Solved an issue causing the group title not to be refreshed, when related information was updated in the form.


Looking forward to hear your feedback.

...