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
Updated by Łukasz Uznański about 1 year ago
Can't confirm this behavior on TYPO3 v13, looks like it's not used in v13 anymore. Could you give exact settings of your user group so I can check it on v12?
Updated by Łukasz Uznański about 1 year ago
Question is - should we fix it for v12? In v13 this setting is not used anymore.
Updated by Henrik Ziegenhain about 1 year ago
I also cannot confirm this in v12.4.5 anymore.
Seems to be resolved in the meantime :-)
Thanks. Ticket can be closed