All Release Notes
ID | Title | Description |
---|---|---|
SWAT-11111 | Investigate and remove npm audit vulnerabilities | - major change: minimum webui compile version is now ES2018 (the webui build config will need to be changed to target 'es2018', instead of 'es2015') - update npm packages versions: axios, webpack, express, jquery |
ID | Title | Description |
---|---|---|
SWAT-11003 | Adjust tabbar styling to accomodate padding | Adjusted Tabbar alignment |
SWAT-11116 | Option to abort window close | New event EventBeforeClose added on Window, deprecated EventOnClose Window event. Sample screen PreventWindowCloseSampleDialog with demo how to prevent Window close. EventBeforeClose can return a promise that resolves an object like for eg. { preventAction: true } to prevent the window from closing. |
SWAT-11117 | Allow copy paste window titles | Copy window title to clipboard action is added in Window header pulldown menu to copy the window title. |
SWAT-11141 | Cannot add field in form designer | Fixed an issue where it was possible to assign invalid instance names to objects. Fixed occurrences of invalid instance names in standard SWAT objects. |
SWAT-11160 | saveNewRecord global function type definition is not correct | improve saveNewRecord global function interface: mark tail params as optional |
SWAT-11216 | image-frame: automatically save when an image is selected | Changed image frame to automatically save image selection on confirmation. |
SWAT-11280 | Extend GenericListEntryEntity with support for a ListHead named query | Extended GenericListEntryEntity with specifying the list head through a named query. This can be done using the 'ListHead' named query with the 'ListHeadKey' character parameter. |
SWAT-11310 | Node server crashing in customer project workspaces | Fixed an issue where the node server would fail to start in development workspaces. |
SWAT-11327 | Development workspaces fail to start | Changed default authentication in development workspaces to the B1 database user authentication. |
SWAT-11330 | system user profile not longer selectable | Fixed an issue where the system user profiles would not be displayed. |
SWAT-11336 | Empty leading columns in forms ignored | Fixed an issue where leading columns in a form row would be ignored. |
SWAT-11340 | False positive errors in logs when creating offers in OFFER app | Fixed an issue where false positive errors would be logged when records were created in the database. |
SWAT-11344 | Add an extra config step to ensure no one accidentally deletes standalone deployments with the wrong deployment config | Merged Portainer deployment configs into a single one. The database reset is now triggered through the 'RESET_DATABASES' environment variable which is initialized to 'FALSE'. |
SWAT-11361 | saveNewRecord fails | - fix for saveNewRecord global function |
SWAT-11366 | Failing tests on release/24.17.0 | Fixed failing tests |
ID | Title | Description |
---|---|---|
SWAT-10458 | Accessibility: Using JAWS Virtual Focus is lost when switching between Child Tabs | Fixed an issue with virtual focus being lost when switching between Taskbar items. |
SWAT-10533 | User Profile Sprache field value is not displayed correctly when selected | Fixed an issue with the Language select in the profile screen not displaying the key value correctly after save. |
SWAT-11085 | RibbonSelect item disabled state not working correctly | Fixed an issue with configuring a Ribbon Select Option as disabled or hidden. |
SWAT-11165 | chooseWindow icon missing in dynselect grid column filters | Resolved an issue where the chooseWindow icon was not shown |
SWAT-11170 | Search input width is broken | Fixed style of toolbar search input |
SWAT-11245 | Error showing up in console when starting app | Fixed an issue with retrieving first panel level object used to add panel messages. |
SWAT-11269 | Cannot switch between the main screen and one taskbar item | Fixed not being able to reselect previous taskbar item after clicking the logo. |
SWAT-11274 | When creating new actions, it opens the old designer | After creating a new action, the action will be opened in the new action designer screen. |
SWAT-11289 | update n8n chatcontrol to latest version | Update n8n chat widget dependecy |
SWAT-11314 | TitleShort is not working in windows/taskbar | Fixed TitleShort value not displayed in Taskbar items when launching a new window. |
SWAT-11328 | Refreshing Linked TreeGrid DataSource does not reload data | Fixed an issue with reloading data in Treegrid DataSource. |
ID | Title | Description |
---|---|---|
SWAT-10911 | Simplify handling of custom startup commands in PASOE container | the startup script in the openedge pasoe images now check for scripts in the /workspace/conf/paose_startup.d folder. These scripts are executed in alphabetical order |
SWAT-11159 | Has changes indicator is missing from taskbar | HasChanges and HasErrors indicators are now appearing in the taskbar items |
SWAT-11268 | Text editor issues | Fixed an issue where the Text editor failed to load data. Fixed an issue where the toolbars and ribbons were always positioned on window-level. |
SWAT-11312 | Update Portal to latest version of swat | Portal updated to latest version of swat |
SWAT-11320 | update swat to OE 12.8.3-6 images | implemented BIW and APW in swat openedge db images |
SWAT-11332 | add the sechub token and pasoe token to the session object when calling automation hub | Pass sechub tokens into n8n workflow |
SWAT-11342 | add jmsadapter image to openedge image builds | added 12.8.3 jms image to builds |
Back to Release Notes
Back to Home Page