Bug #98423
closedThe file tree search function in the filelist module only considers first filemount per storage
100%
Description
The current implementation only considers the first filemount per storage of a non-admin user when using he search field above the file tree.
This is probably due to the fact that \TYPO3\CMS\Core\Resource\ResourceStorage::getRootLevelFolder
only returns the first filemount, despite the fact that the description of the method is actually "Returns the folders on the root level..."
So fixing this involves either a workaround to the FAL functions or fixing FAL.
(This is only testable if the fix for #87048 is applied.)
Updated by Markus Klein about 2 years ago
- Related to Bug #87048: File search searches in forbidden folders => InsufficientFolderAccessPermissionsException added
Updated by Gerrit Code Review about 1 year ago
- Status changed from Accepted to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/81072
Updated by Gerrit Code Review about 1 year ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/81072
Updated by Gerrit Code Review about 1 year ago
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/81072
Updated by Gerrit Code Review about 1 year ago
Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/81062
Updated by Oliver Bartsch about 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 8ccc0c66cfe5ec1ebd2b25059eb9f863facc1228.