You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's no need to get the subfolder of the target folder 'cause getTargetFolder() already returns the new folder.
So this simple following change seems to fix the issue :
$newFolder = $event->getTargetFolder();
The text was updated successfully, but these errors were encountered:
Hi,
in TYPO3 v11, when we cut a folder and paste it in the destination folder, an exception is thrown.
The error occurs in FolderChangedEventListener.php line 73 :
There's no need to get the subfolder of the target folder 'cause getTargetFolder() already returns the new folder.
So this simple following change seems to fix the issue :
The text was updated successfully, but these errors were encountered: