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

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.

SCL update

Updated SCL to version 'Release 11.3 #54621@2019-09-29 UTF-8'.

 

New Features

PriorityKeyAkioma Release NotesStatus
MediumSWAT-2603Included Import/Export password support, to allow you to specify if passwords are imported/exported or not.Done

Improvements

PriorityKeyAkioma Release NotesStatus
MediumSWAT-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
MediumSWAT-2627Removed the SwatGenericDataExporter and any references to it, because this is now supported by SCLDone
MediumSWAT-2600Added Strict Transport Security attribute in calls headerDone
MediumSWAT-2507Enabled SCL catalog cache service. Fixed case inconsistencies in 'resourceName' and 'EntityName'Done
MediumSWAT-2502Separated the menu structure, from one file to a structure similar with the actual data.Done

Tasks

PriorityKeyAkioma Release NotesStatus
HighSWAT-2626Updated SCL to version 'Release 11.3 #54621@2019-09-29 UTF-8'.Done
MediumSWAT-2614Solved 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
MediumSWAT-2582Solved an issue when on batching, by firing a search query, the wait cursor was no longer displayed.Done

Bugs

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

Looking forward to hear your feedback.

Thanks,
AKIOMA Team