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

Hello there,

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

SCL Update

Updated the SCL to Release 11.3 #53757@2019-08-11 UTF-8

 

Improvements

PriorityKeyAkioma Release NotesStatus
LowSWAT-2481Added support for custom title in Scheduler control, using the BorderTitle attribute.Done
MediumSWAT-2480The standard country list was cleaned-up.Done
MediumSWAT-2474Updated Vuex to latest version, which includes also the dynamic modules memory leak fix.Done
MediumSWAT-2463Fixed an issue where you could not select the value of a disabled dynSelect in FirefoxDone
MediumSWAT-2458Optimized the panelheader stylingDone
MediumSWAT-2452In docViewer external screens, the header with taskbar is now hidden.Done
MediumSWAT-2415Solved some issues and improved batching.Done
HighestSWAT-2280You can now specify the BT message type by choosing the type within the SCL Maintenance. The default is modal.Done
HighSWAT-2257Fixed an issue where batching didn't workDone
MediumSWAT-1924

Enhanced the CLAPI with more functions for the dirty state handling

// example clear hasChanges state (dirty state) for a form, grid and window respectively. 
myForm.clearHasChanges(); 
myGrid.clearHasChanges(); 
// clear hasChanges for all descendants 
myWindow.clearHasChanges();
Done
MediumSWAT-1533

Buttons in Ribbon + Toolbar can now act as default-functions when ENTER is pressed. This allows e.g. handling Dialogs without the mouse.

Note

In multi-line inputs, Shift-Enter must be used to add a line-break, as Enter now triggers the default function.

Documentation https://api-documentation.akiomacloud.de/global.html#MenuFunction

Done

Tasks

PriorityKeyAkioma Release NotesStatus
HighSWAT-2462Updated the SCL to Release 11.3 #53757@2019-08-11 UTF-8Done
MediumSWAT-2455Solved an issue on interpreting the correct documents type.Done

Bugs

PriorityKeyAkioma Release NotesStatus
MediumSWAT-2478Solved an issue in the sidebar when CTRL+Arrow Up/Down shortcut was used and the tab was not switched to the next/previous one.Done
MediumSWAT-2477Solved an error where the Primary SDO of the caller in articlew could not be read.Done
MediumSWAT-2476Removed the duplicate of the isHidden attribute from the SCL MenuStructure.Done
MediumSWAT-2473Cleaned-up some JS errors which were appearing in the external screenDone
MediumSWAT-2466Solved an issue in the akAdminDesktop when it was loading all records with no batchsize filter.Done
MediumSWAT-2465The dev tools logger displays now only errors and warnings.Done
HighSWAT-2464Solved some issues within the Filter Manager:
  1. when changing a filter in the filter-manager window, the filter-definitions in the filter-combo were not updated
  2. the filter-combo in the panel-header was not initialised with the default filter
Done
HighSWAT-2459Solved a bug with dirty state in dynSelect on cursor changeDone
MediumSWAT-2454Solved and issue where the fireAfterUpdate event was not triggeredDone
MediumSWAT-2453Fixed an issue with refreshing from the same BEDone
HighSWAT-2447Fixed an issue when in the dynSelect filter of a grid, the selected filters were not displayed for some users.Done
HighestSWAT-2445By updating the SCL to 'Release 11.3 #53757@2019-08-11 UTF-8', solved an issue causing the SCL import to fail due to Navigation type link.Done
MediumSWAT-2368Solved some issues when validating date and numeric inputs for grid filtersDone
HighSWAT-2260

Added an extra parameter for the setPageActive() method. The new parameter specifies if the content inside the tab should be focused or not. The default value for the new parameter is true, also if it’s not specified.

// new way of setting the active page with the parameter to set focus or not 
Tabbar.setPageActive("CONTENT_NAME", false); 


// old way of setting the active page but the focus is always set automatically
// this option is still available. 
Tabbar.currentPageKey = "CONTENT_NAME"; 
Done
HighSWAT-2147Fixed an issue where dragging and dropping a line in a grid would duplicate the same lineDone
MediumSWAT-1972Solved an issue with the grid column resize.Done

Looking forward to hear your feedback.

Thanks,
AKIOMA Team