Bug #44581
Editing file properties and pushing the delete button in docheader leads to exception
Status: | Closed | Start date: | 2013-01-16 | |
---|---|---|---|---|
Priority: | Must have | Due date: | ||
Assigned To: | - | % Done: | 0% |
|
Category: | File Abstraction Layer (FAL) | Spent time: | - | |
Target version: | - | |||
TYPO3 Version: | 6.0 | Is Regression: | ||
PHP Version: | Sprint Focus: | |||
Complexity: |
Description
It should either not be possible at all to delete the record, or the
indexing handling should take the deleted flag into account
Related issues
History
#1 Updated by Helmut Hummel over 2 years ago
- Subject changed from Editing file properties and pushing the delete button in docheader leads to exeption to Editing file properties and pushing the delete button in docheader leads to exception
#2 Updated by Andreas Wolf over 2 years ago
What exception exactly? Is the problem that the now stale index record is not found anymore?
IMHO deleting the index record should a) be forbidden altogether or b) also delete the file.
#3 Updated by Philipp Gampe over 2 years ago
If I have a deleted=1 in sys_file, I cannot edit the file properties, but I get a message, then I do not have permissions to edit the record.
#4 Updated by Helmut Hummel over 2 years ago
- Status changed from New to Closed
Closing this one as the UI does not allow deleting the file any more