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 2019.15 version of the SWAT Framework is out. Below is the list of issues that were part of this release.

Sprint 15 2019

Improvements

Priority Key Akioma Release Notes Status
Low SWAT-2481 Added support for custom title in Scheduler control, using the BorderTitle attribute. Done
Medium SWAT-2480 The standard country list was cleaned-up. Done
Medium SWAT-2474 Updated Vuex to latest version, which includes also the dynamic modules memory leak fix. Done
Medium SWAT-2463 Fixed an issue where you could not select the value of a disabled dynselect in Firefox Done
Medium SWAT-2458 Optimized the panelheader styling Done
Medium SWAT-2452 In docViewer external screens, the header with taskbar is now hidden. Done
Medium SWAT-2415 Solved some issues and improved batching. Done
Highest SWAT-2280 You can now specify the BT message type by choosing the type within the SCL Maintenance. The default is modal. Done
High SWAT-2257 Fixed an issue where batching didn't work Done
Medium SWAT-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
Medium SWAT-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

Priority Key Akioma Release Notes Status
High SWAT-2462 Updated the SCL to Release 11.3 #53757@2019-08-11 UTF-8 Done
Medium SWAT-2455 Solved an issue on interpreting the correct documents type. Done

Bugs

Priority Key Akioma Release Notes Status
Medium SWAT-2478 Solved 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
Medium SWAT-2477 Solved an error where the Primary SDO of the caller in articlew could not be read. Done
Medium SWAT-2476 Removed the duplicate of the isHidden attribute from the SCL MenuStructure. Done
Medium SWAT-2473 Cleaned-up some JS errors which were appearing in the external screen Done
Medium SWAT-2466 Solved an issue in the akAdminDesktop when it was loading all records with no batchsize filter. Done
Medium SWAT-2465 The dev tools logger displays now only errors and warnings. Done
High SWAT-2464 Solved 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
High SWAT-2459 Solved a bug with dirty state in dynSelect on cursor change Done
Medium SWAT-2454 Solved and issue where the fireAfterUpdate event was not triggered Done
Medium SWAT-2453 Fixed an issue with refreshing from the same BE Done
High SWAT-2447 Fixed an issue when in the dynSelect filter of a grid, the selected filters were not displayed for some users. Done
Highest SWAT-2445 By 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
Medium SWAT-2368 Solved some issues when validating date and numeric inputs for grid filters Done
High SWAT-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.
Example:
// 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
High SWAT-2147 Fixed an issue where dragging and dropping a line in a grid would duplicate the same line Done
Medium SWAT-1972 Solved an issue with the grid column resize. Done

Looking forward to hear your feedback.

Thanks,
AKIOMA Team

  • No labels