Actions
Bug #96863
openDirectory content does appear outside the folder when using the recycler bin
Status:
Under Review
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2022-02-13
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
7.4
Tags:
Complexity:
Is Regression:
Sprint Focus:
On Location Sprint
Description
When using the recycler bin in the FAL (Filelist module), I'd expected that when I delete a folder that contains files, these files remain located inside the deleted folder in the recycler bin. However, the files are moved to the same level as the recycler bin.
Please see attached video for clarification:- The directory structure under "
fileadmin/
" shows the recycler bin and the folder "user_uploads/
" in the first level. - The recycler bin is empty.
- I go to the "
user_uploads/
" folder and create a new folder "test/
". - I open the new folder and upload three image files (drag'n drop).
- After reloading the view, the files are located inside the folder "
test/
" as expected. - I go one level up and delete the previously created folder "
test/
". - TYPO3 moves this folder into the recycler bin.
- I open the recycler bin.
- The list view shows the folder "
test/
" and the image files on the same level. - I open the folder "
test/
" which is empty.
Expected result: the three image files should be located inside the folder " test/
" not outside on the same level.
Files
Updated by Gerrit Code Review about 2 months ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/85491
Actions