fire logout event when logouting -> $App.on('logout', ...)
add uiSettings.session.get/put/... get/save data to sessionStorage
new ubConfig.uiSettings.adminUI.disableTableStatePersistence (env variable UB_DISABLE_TABLE_STATE_PERSISTENCE)
setting to control table state persistence. This option disables saving filters, sorting and view mode state for tables when navigating away and returning to the page.
Useful in cases where restoring previous state may cause query errors or unexpected behavior.
Mac hotkeys shift+command+c for close tab
UTableEntity: added a slot toolbarDropdownSlot to override the button in the ToolbarDropdown component
the FileSystemBlobStore.genNewPlacement method got a new option: includeStoreName, which defaults to false;
it is useful for S3 stores, to split files by store name in the bucket
the genNewPlacement method now calls super class method with the new includeStoreName parameter set to true;
this would allow on the top level to split files by store name, easing file management.
NOTE: existing files will remain in the old location, no migration is performed.