Bug #99721
closedEditor user: not possible to create new folders
0%
Description
Hi,
for an user with editor permissions it is not possible to create new folders.
I think this has something to do with the newly introduces UI which uses the Element Browser to insert folders
Steps to reproduce:
- create restricted usergroup
- activate filelist module
- set permissions to allow creation of folders
- ensure, that your storage is writable (BE and file system)
- switch to editor
- open filelist and try to add a new folder
No error occurs, simply no output on right side of EB.
After debugging I found the cause in TYPO3\CMS\Backend\ViewFolderUtilityRenderer->createFolder()
.
There is a check for UserTS option options.createFoldersInEB
After setting this option the editor can create new folders.
I never set this option.
For me this sounds like a regression or bad default since createFoldersInEB nowadays is the only possible way to create folders.
Kind regards
Henrik