move scanner locales from adminui-pub to adminui-vue
UFileMultiple - added new prop tableViewColumns to define column configuration
tinyMCEService - separate tinymce load/config for more easy work with tinymce
tinyMCEService.convertHtmlToTinyMCEHtml - tool that help convert html to html(sanitize, transform with tinymce rule)
it can help create correct innitial data for URichTextEditor
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.
fixed error Content-MD5 OR x-amz-checksum- HTTP header is required for Put Object requests with Object Lock parameters
while uploading data into S3 buckets with enabled Object Lock feature
fsStorage mixin (ubm_form, ubs_report): new prop allowAnyNaturalKey.
If true, allow the natural key not to start with the file name (form code can be any, for example)