Project

General

Profile

Actions

Task #91627

closed

Show full path of allowedFileMounts in new form modal

Added by Florian Seirer almost 4 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2020-06-10
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Sprint Focus:
Remote Sprint

Description

We have a long list of directories listed in TYPO3:CMS:Form:persistenceManager:allowedFileMounts so that different editor groups can save their form configs in their own file mount. This way, editors cannot edit other editors forms if the yaml files were all in one folder.

TYPO3:
  CMS:
    Form:
      persistenceManager:
        allowedFileMounts:
          10: 1:/form-configs/
          20: 1:/folder-a/form-configs/
          30: 1:/folder-b/form-configs/
          40: 1:/folder-c/form-configs/
          50: 1:/folder-d/form-configs/
          ...

This poses a problem for editors who have permissions for several groups:
When creating a new form the modal shows a list of all available configuration folders with the same name ("form-configs") instead of the full path. So the editor picks the first entry in the list, and this could lead to other editors with overlapping permissions to not be able to edit that form.

A quick way to solve this would be to show the full path in the select field of the modal.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #94806: Streamline and modernize form managerClosed2021-08-11

Actions
Actions

Also available in: Atom PDF