Actions
Bug #77487
closedFile references to file metadata cannot be deleted
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2016-08-11
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
File references pointing towards file metadata records cannot be deleted by non-admin users. (The delete button is missing!)
It seems the sys_file_reference.pid gets set to "0" and can then only be deleted by admin users...
Hotfix:
Set the pid to "1" by hand and make sure the non-admin user has access to page 1
(The delete-button will then show up!)
Actions