Actions
Bug #92734
opentables sys_file and sys_file_metadata should have a deleted flag
Status:
New
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
Start date:
2020-10-29
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If I delet a file via fllelist module, the file gets deleted (or move into the _recycler folder), but the sys_file and sys_file_metadata remain in the database tables untouched. If i unload later a file the same file identifier (same folder, same file_name), I will have duplicated entries in the table sys_file and sys_file_metadata.
AC:- sys_file and sys_file_metadata should get a deleted flag
- the deleted flag should be set during deletion via filelist
Updated by Benni Mack almost 4 years ago
- Target version changed from 11.0 to Candidate for Major Version
Actions