All Release Notes
ID | Title | Description |
---|---|---|
Set up a generic reusable webpack config for customers to use | Introduced a new reusable webui webpack build config that should be used going forwards. A migration guide is available at: https://www.notion.so/build-one/Migrate-to-reusable-webui-build-config-bfcd057dcb4248cdb7c87b9c703909c8 | |
Adjust SCSS styles to follow a clear dependency flow | - remove unused SCSS variables: $nav-prev-btn-bg-img-white, $nav-next-btn-hov-background - refactor scheduler styles | |
Treeview theme variable for cell borders | - add cell border to the treegrid theme widget - remove unused SCSS vars: $grid_box_shadow, $treegrid_box_shadow | |
Release: Update to latest SCL release | Update to SmartComponent Library Release 11.7 #81697@2024-09-01 UTF-8 |
ID | Title | Description |
---|---|---|
Default UserGroup for new B1-Users | Added support for default user groups; when a user is created, it will be assigned to all user groups specified as a comma-separated list in the 'authentication.defaultUserGroups' application setting. Added automatic assignment of SecurityHub groups on initial user login. | |
Add close window function with prompt display | safeClose function is added on Window level in CLAPI to display hasChanges prompt before closing. close function on window was adjusted to include parameter with beforeClose option 'confirm' that behaves the same as safeClose function. promptWindowClose was marked as deprecated and changed to return a native Promise object instead of a JQuery Deferred object. | |
Adjust sample screen AutomationFlow | Adjusted AutomationFlow DataSource Sample workflow to use SpaceX API to retrieve data. | |
OFFER: Article Management - harmonise attributeFlags-DynSelect | Replaced Article Grid columns attributeFlags and language with DynSelect filter columns. | |
Hardcoded attributes for price fields | Cleanup in currency formatting on data fields. | |
Login screen hides buttons when sechub enabled | Adjusted LoginScreen to automatically resize based on form size in order to fit all buttons. | |
Make the application deployment url available as an application setting | Added a new application setting under the path 'application.appUrl' which will point to the stack's app url. This value can be overridden through the APP_URL environment variable. | |
Invoke server tasks to nano should default to 'POST' | The nano service default request verb is changed to 'POST'. | |
Recurring login error on first authentication after PASOE trim | Fixed an issue where the PASOE would fail to load the user context on login after a PASOE trim. | |
New tab for AutomationFlowDesktop | 'Templates' tab added to Automation for selecting workflow template |
ID | Title | Description |
---|---|---|
Upload field has unexpected width | Adjusted width of Upload form field to fixed size and available as theme variable. Fixed issue with initial width of Upload field. | |
showGridFilter attribute not working | Fixed showGridFilter attribute functionality. Add back none and column filter options for showGridFilter. | |
Select by hdl no longer works in TreeGrid | Fixed an issue with reposition2Hdl in Treegrid. | |
TreeGrid expandNodes is selecting root node | Fixed an issue with reselecting the row when expanding all tree nodes. | |
Theme variables generation not working | Fixed an issue with theme variables generation. | |
Issue with positioning reposition2Hdl in Treegrid | Fixed an issue with reposition2Hdl in Treegrid. |
ID | Title | Description |
---|---|---|
Unexpected default on-click behaviour on data view | Removed default handling from RowChosen event on DataView and replaced it with default client logic function on object type level. | |
create init routines for n8n in scale mode | use postgres database for automation hub | |
n8n Wesocket communication is not working | fixed websocket communication in automation hub | |
can't logout with an expired token | - fix logout with an invalid (revoked) token | |
allow for custom apache configuration files | custom conf files can be put into conf/buildone/custom.d and loaded when apache starts | |
update swat docker compose config for queue mode automation hub | use queue mode for automation hub |
Back to Release Notes
Back to Home Page