Task #87880
closedEpic #87878: Allow full replacement of filelist module / uninstalling of EXT:filelist
Resolve dependency of FormEngine and FilelistLocalisation
100%
Description
The FormResultCompiler uses the FileListLocalisation module from filelist extension, regardless of whether or not any relevant items are currently rendered:
$pageRenderer->loadRequireJsModule('TYPO3/CMS/Filelist/FileListLocalisation'); in Packages/TYPO3.CMS/typo3/sysext/backend/Classes/Form/FormResultCompiler.php
This should be solved either by integrating the functionality if needed in backend js or as hook - provided in addition - by the filelist module.
Updated by Gerrit Code Review over 5 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/60112
Updated by Anonymous over 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 8f6b61daaf1105c53316945ca40b4004c27ac12d.