Actions
Feature #97923
closedUse combined field for base and path in sys_file_collection
Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend User Interface
Target version:
Start date:
2022-07-13
Due date:
% Done:
100%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The sys_file_collection records contain two fields:
- storage (the storage)
- folder (the folder in the storage)
both can be combined into one identifier, which uses the "folder" type in the TCA.
This improves the performance and usability in the backend.
If this has been changed, the class \TYPO3\CMS\Core\Resource\Service\UserFileMountService
is obsolete and can be deprecated or removed.
Actions