Actions
Bug #92806
closedUncatched exception when copying a folder to the same parent folder
Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend User Interface
Target version:
-
Start date:
2020-11-09
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
How to reproduce:
- Create a folder
user_upload/test
- Copy this folder to the clipboard
- Go to
user_upload/
- Paste the folder from the clipboard
What happens?
- TYPO3 crashes with #1476107295 TYPO3\CMS\Core\Error\Exception since
mkdir()
failed.
Expected:
- A (nice) error message explaining you can't copy a folder to the same parent folder (or something like that).
- Alternatively: show the duplication dialog and allow to rename copied folder to a unique name (or cancel the operation)
Files
Actions