All Release Notes
ID | Title | Description |
|---|---|---|
SWAT-10419 | Improve preview images of repository object generated by Designer | Changed theme colors from preview images to grey. |
SWAT-10900 | Remove custom form for SwatSelects | The SwatSelect attribute form has been improved with new labels and descriptions for attributes |
SWAT-11033 | BaseData: Change the way how to translate | Added support for translations on Type and ListEntry SelfDesc fields. Added new helper methods for handling translations (Akioma.Swat.Translation.TranslationHelper): ProcessDataTranslationFieldOnRead(phBuffer, pcFieldName, pcIdFieldName = 'SelfHdl') ProcessDataTranslationFieldOnRead(phBuffer, pcFieldName, pcTranslationFieldName, pcIdFieldName = 'SelfHdl') ProcessDataTranslationFieldOnSave(phBuffer, pcFieldName, pcIdFieldName = 'SelfHdl') ProcessDataTranslationFieldOnSave(phBuffer, pcFieldName, pcTranslationFieldName, pcIdFieldName = 'SelfHdl') |
SWAT-11410 | Add support for custom login validations | New global hook is added to after application ready. akioma.swat.GlobalHooks.APPLICATION.AFTER_READY How to use eg. akioma.swat.GlobalEmitter.on(akioma.swat.GlobalHooks.APPLICATION.AFTER_READY, () => { console.log('APP is READY, magic can happen here'); }); |
SWAT-11592 | Ribbon dropdown arrow icon misalligned | Fix an issue where dropdown icon was not aligned with other elements. |
SWAT-11599 | Taskbar is locked when launching window | Removed Header Taskbar WaitState when loading screens. |
SWAT-11680 | When we open an object in the designer the root element is selected | Adjusted Designer Instances Grid to not automatically select first row. New attribute on Grid level enableAutoFirstRowSelection is supported. Default value true. |
SWAT-11691 | Change direction of the expand/collapse caret at the bottom panel (when mulitple) | Display correct arrow position/tooltip depending on panel properties. |
SWAT-11692 | Improve the options to open a menu in the Menu Designer | Added Open in Root Menu functionality and adjusted how menu items are opened. |
SWAT-11735 | Login window issue when maximized | The Login screen has been adapted to maintain the same layout for all sizes |
SWAT-11808 | Cannot create new object types | Fixed an issue with object types saving. |
SWAT-11846 | Control for files: all files should be shown with unbroken icon | Added generic svg for file image Dataview. Created vue component and replace dhtmlx with it. |
SWAT-11866 | Adjust behaviour of shortcuts within text editor | Changed behavior of enter in multi line inputs. Enter -> new line Shift+Enter -> new line Control+Enter -> trigger defaultGo action |
SWAT-11867 | Content types for txt.ofr: sorting not working | Text types in richtext & ckeditor are now properly sorted by the typesort field |
SWAT-11907 | Enable Treegrid styling with uiActions | Enabled UIActions for Treegrid objects. |
SWAT-11941 | Change Automation Hub to Automations in sidebar | "Automation Hub" sidebar section has been renamed to "Automations" |
SWAT-11961 | Customize window/taskbar icon | Allow customization of window/taskbar item. |
ID | Title | Description |
|---|---|---|
SWAT-11092 | multipleFileSelection attribute missing in designer for SwatInput fields | Added multipleFileSelection attribute to SwatInput Object Type |
SWAT-11604 | onchange event is not triggered for the date picker | Fix issue with event OnChange not beeing triggered on datepicker, iconpicker and fileselector |
SWAT-11638 | Theme generation path issue | Fix a path when generating a new theme |
SWAT-11889 | Offer: Clicking on tab "appointments" and "files" application freezes | Fixed an issue with panel Menu loading state. |
SWAT-11890 | Missing option in Printing Dialog: "Angebotsstatus" (setting offer status) | Add missing option in printing dialog. |
SWAT-11899 | Cannot upload bg image when creating new application | Fix issue when uploading file using sechub login. |
SWAT-11915 | Attributes not loading for Object types desktop | Fixed a data load issue in Object Types Desktop, the Attributes PropertyGrid. |
SWAT-11916 | Grid Inline Editing of decimal fields: working wrong | Adjusted default numeric format to european format. Fixed an issue with format of numeric values in Grid cells. |
SWAT-11920 | GetFirstAddressableParentMenu not working in all cases. | Fix an issue with opening menu items. |
SWAT-11928 | Unnecessary information is displayed in the article view. | Remove unnecessary information from article. |
SWAT-11930 | Symbols are not fully displayed in the article position (green shopping cart) within the product view. | Fix tabbar width in article_bomf. |
SWAT-11935 | Offer Header tab: "State" has wrong label and key instead of description | Fix field label (added translations), use description instead of key for displaying current value. |
SWAT-11943 | HasChanges triggered automatically when focusing out of CkEditor | Fixed an issue with detecting hasChanges in CkEditor controls. Adjusted Treegrid watcher from Window to parent Frame. |
Back to Release Notes
Back to Home Page