All Release Notes
ID | Title | Description |
---|---|---|
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 |
---|---|---|
Adjust tabbar styling to accomodate padding | Adjusted Tabbar alignment | |
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. | |
Allow copy paste window titles | Copy window title to clipboard action is added in Window header pulldown menu to copy the window title. | |
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. | |
saveNewRecord global function type definition is not correct | improve saveNewRecord global function interface: mark tail params as optional | |
image-frame: automatically save when an image is selected | Changed image frame to automatically save image selection on confirmation. | |
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. | |
Node server crashing in customer project workspaces | Fixed an issue where the node server would fail to start in development workspaces. | |
Development workspaces fail to start | Changed default authentication in development workspaces to the B1 database user authentication. | |
system user profile not longer selectable | Fixed an issue where the system user profiles would not be displayed. | |
Empty leading columns in forms ignored | Fixed an issue where leading columns in a form row would be ignored. | |
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. | |
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'. | |
saveNewRecord fails | - fix for saveNewRecord global function | |
Failing tests on release/24.17.0 | Fixed failing tests |
ID | Title | Description |
---|---|---|
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. | |
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. | |
RibbonSelect item disabled state not working correctly | Fixed an issue with configuring a Ribbon Select Option as disabled or hidden. | |
chooseWindow icon missing in dynselect grid column filters | Resolved an issue where the chooseWindow icon was not shown | |
Search input width is broken | Fixed style of toolbar search input | |
Error showing up in console when starting app | Fixed an issue with retrieving first panel level object used to add panel messages. | |
Cannot switch between the main screen and one taskbar item | Fixed not being able to reselect previous taskbar item after clicking the logo. | |
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. | |
update n8n chatcontrol to latest version | Update n8n chat widget dependecy | |
TitleShort is not working in windows/taskbar | Fixed TitleShort value not displayed in Taskbar items when launching a new window. | |
Refreshing Linked TreeGrid DataSource does not reload data | Fixed an issue with reloading data in Treegrid DataSource. |
ID | Title | Description |
---|---|---|
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 | |
Has changes indicator is missing from taskbar | HasChanges and HasErrors indicators are now appearing in the taskbar items | |
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. | |
Update Portal to latest version of swat | Portal updated to latest version of swat | |
update swat to OE 12.8.3-6 images | implemented BIW and APW in swat openedge db images | |
add the sechub token and pasoe token to the session object when calling automation hub | Pass sechub tokens into n8n workflow | |
add jmsadapter image to openedge image builds | added 12.8.3 jms image to builds |
Back to Release Notes
Back to Home Page