Project

General

Profile

Actions

Bug #99721

closed

Editor user: not possible to create new folders

Added by Henrik Ziegenhain over 1 year ago. Updated 6 months ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2023-01-26
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
12
PHP Version:
8.1
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Stabilization Sprint

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

Actions

Also available in: Atom PDF