`8.3.17 (2024-09-17) `_ ================================================================================================ Overview of merged pull requests ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ `BUGFIX: Fix autoselection of ancestor nodes in Workspace module `_ ---------------------------------------------------------------------------------------------------------------------------------- * Fixes: `#5231 `_ * Packages: ``Neos`` `BUGFIX: Remove rootnode when user workspace is deleted `_ ------------------------------------------------------------------------------------------------------------------------- * Fixes: `#2193 `_ **Review instructions** Previously all root nodes of workspaces that belonged to removed users stayed in the database. With this change, the root nodes are removed as well. 1. Create a user 2. Delete the new user 3. No root node should remain of the personal workspace of the removed user * Packages: ``Neos`` `BUGFIX: Translate FlashMessage if asset is still in use in media browser inspector `_ ------------------------------------------------------------------------------------------------------------------------------------------------------ Bugfix for `#5085 `_no error if asset still in use and show flashmessage solution set class neos-notification-container as id In media browser inspector if assets are deleted wich are still used no FlashMessage was showed and on second delete an error pages was showed. Solution: In Neos.Media:Browser/Resources/Private/Layouts/Default.html change class neos-notification-container to id neos-notification-container, because Notification.js / Toast is searching for id neos-notification-container to insert FlashMessages. `