Bug #75748
closedEditor can't remove images attached to other images
0%
Description
I've created an additional field for files (sys_file_metadata of FAL) which allows to add an image (also FAL) to a file.
I intended to allow the editor choosing a preview image for documents.
At first i got a php exception, described here: https://forge.typo3.org/issues/75147
After including the patch, everything works good for the admin but the editor is unable to remove (,hide, move) images.
Adding new images is possible for editors with no problems.
The reson is that sys_file_reference entries are on pid 0, where the editor is not allowed to remove them.
I think this is close to this issue: https://forge.typo3.org/issues/57515
Updated by Riccardo De Contardi almost 7 years ago
- Related to Bug #81308: Deleting a referenced file via filelist module, definined in sys_file_metadata added
Updated by Riccardo De Contardi almost 7 years ago
- Status changed from New to Closed
We're sorry, but we close this issue for now - please look at https://forge.typo3.org/issues/81308#change-356775
if you think that this is the wrong decision, please reopen it or open a new issue with a reference to this one.
Or, as suggested, open a discussion on Slack or decisions.typo3.org
Thank you.