Release Notes > 5.43.2
Webiny 5.43.2 Changelog
See what's new in Webiny version 5.43.2
Advanced Content Organization (ACO)
Confirmation Dialog for Folder Drag & Drop (#4662
)
A new confirmation dialog has been introduced when users move folders via drag-and-drop.
By enabling the new DropConfirmation
configuration under the Browser.Folder
namespace, users will now be prompted to confirm the action, helping prevent accidental folder moves.
This feature is available in the CMS, File Manager and Page Builder apps.
By default, the confirmation is disabled (false
) and can be turned on by setting DropConfirmation
to true
in the relevant app config.

Folder Level Permissions (FLP)
Fixed Permission Check on Folder Move (#4662
)
We’ve fixed a bug that allowed users to move folders into locations they didn’t have write access to.
Now, when attempting to drag and drop a folder, the system will check whether the user has sufficient permissions on the target folder.
If the user has only viewer-level access, the move will be blocked, ensuring proper permission enforcement.