All Release Notes
ID | Title | Description |
---|---|---|
Improve preview images of repository object generated by Designer | Changed theme colors from preview images to grey. | |
Remove custom form for SwatSelects | The SwatSelect attribute form has been improved with new labels and descriptions for attributes | |
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') | |
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'); }); | |
Ribbon dropdown arrow icon misalligned | Fix an issue where dropdown icon was not aligned with other elements. | |
Taskbar is locked when launching window | Removed Header Taskbar WaitState when loading screens. | |
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. | |
Change direction of the expand/collapse caret at the bottom panel (when mulitple) | Display correct arrow position/tooltip depending on panel properties. | |
Improve the options to open a menu in the Menu Designer | Added Open in Root Menu functionality and adjusted how menu items are opened. | |
Login window issue when maximized | The Login screen has been adapted to maintain the same layout for all sizes | |
Cannot create new object types | Fixed an issue with object types saving. | |
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. | |
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 | |
Content types for txt.ofr: sorting not working | Text types in richtext & ckeditor are now properly sorted by the typesort field | |
Enable Treegrid styling with uiActions | Enabled UIActions for Treegrid objects. | |
Change Automation Hub to Automations in sidebar | "Automation Hub" sidebar section has been renamed to "Automations" | |
Customize window/taskbar icon | Allow customization of window/taskbar item. |
ID | Title | Description |
---|---|---|
multipleFileSelection attribute missing in designer for SwatInput fields | Added multipleFileSelection attribute to SwatInput Object Type | |
onchange event is not triggered for the date picker | Fix issue with event OnChange not beeing triggered on datepicker, iconpicker and fileselector | |
Theme generation path issue | Fix a path when generating a new theme | |
Offer: Clicking on tab "appointments" and "files" application freezes | Fixed an issue with panel Menu loading state. | |
Missing option in Printing Dialog: "Angebotsstatus" (setting offer status) | Add missing option in printing dialog. | |
Cannot upload bg image when creating new application | Fix issue when uploading file using sechub login. | |
Attributes not loading for Object types desktop | Fixed a data load issue in Object Types Desktop, the Attributes PropertyGrid. | |
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. | |
GetFirstAddressableParentMenu not working in all cases. | Fix an issue with opening menu items. | |
Unnecessary information is displayed in the article view. | Remove unnecessary information from article. | |
Symbols are not fully displayed in the article position (green shopping cart) within the product view. | Fix tabbar width in article_bomf. | |
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. | |
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