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 Current »

Hello there,

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

Sprint 18 2019

New Features

Priority Key Akioma Release Notes Status
Medium SWAT-2603 Included Import/Export password support, to allow you to specify if passwords are imported/exported or not. Done

Improvements

Priority Key Akioma Release Notes Status
Medium SWAT-2649 Solved an issue with newline replacement when displaying the messages.

Also, added two new parameters for controlling the closing behaviour of the modal messages, if you click outside the message or when pressing Esc.

akioma.swat.Message.message({
    type : "info",
    closeOnEsc: false, // default is set to TRUE
    closeOnClickOutside: false, // default is set to FALSE
    text : result.MessageText,
    modal : true
});
Done
Medium SWAT-2627 Removed the SwatGenericDataExporter and any references to it, because this is now supported by SCL Done
Medium SWAT-2600 Added Strict Transport Security attribute in calls header Done
Medium SWAT-2507 Enabled SCL catalog cache service. Fixed case inconsistencies in 'resourceName' and 'EntityName' Done
Medium SWAT-2502 Separated the menu structure, from one file to a structure similar with the actual data. Done

Tasks

Priority Key Akioma Release Notes Status
High SWAT-2626 Updated SCL to version 'Release 11.3 #54621@2019-09-29 UTF-8'. Done
Medium SWAT-2614 Solved an issue when validations were triggered during delete actions, causing forms to be cleared, even if the deletion was not successful. Now, during a delete action, the UI validations are not performed anymore. Done
Medium SWAT-2582 Solved an issue when on batching, by firing a search query, the wait cursor was no longer displayed. Done

Bugs

Priority Key Akioma Release Notes Status
Medium SWAT-2665 Solved an issue in the displayMessageNum function, when smart messages where displayed on the UI. Done
Medium SWAT-2622 Fixed an issue with dirtyState in date field in Form Done
Medium SWAT-2621 Solved an issue in the 3rd external screen, where some info was not displayed. Done
High SWAT-2607 Cleanup javascript logs and fixed a bug with dynSelect focusing on column Done
High SWAT-2606 Solved an issue when reordering an editable column, it was set as readonly. Now, on reordering, the original column type is kept. Done
High SWAT-2585 Solved an issue when anonymising multiple cells in the grid. Done
Medium SWAT-2583 Solved an issue with event AfterDisplay which was not triggered in form when loading frame. Done
High SWAT-2572 Solved an issue with resizing the window when there was a docViewer under it. Done
Medium SWAT-2570 Solved an issue which caused displaying in the preview the wrong document when sorting inside the grid. Done
Medium SWAT-2546 When executing setValue on an ak_calendar, the _validate function is now automatically triggered. Done
Medium SWAT-2531 Fixed an issue with dynSelect in grid cells when searching and selecting a value from the list Done
Medium SWAT-2432 Solved a JS error when closing taskbar items. Done

Looking forward to hear your feedback.

Thanks,
AKIOMA Team

  • No labels