While working on the compatbility with TYPO3 v12, (branch feature/TYPO3v12), the first problem I see is that the RequireJS module for "editing a folder" is not loaded dynamically:
Click on a folder
Click on Folder permissions:
It fails in the console with:
TypeError: Failed to resolve module specifier 'TYPO3/CMS/FalProtect/ContextMenuActions.js'
What's strange is that somehow dynamic loading worked in former versions.
Method to check: \Causal\FalProtect\ContextMenu\ItemProviders\FileProvider::getAdditionalAttributes
While working on the compatbility with TYPO3 v12, (branch
feature/TYPO3v12
), the first problem I see is that the RequireJS module for "editing a folder" is not loaded dynamically:It fails in the console with:
What's strange is that somehow dynamic loading worked in former versions.
Method to check:
\Causal\FalProtect\ContextMenu\ItemProviders\FileProvider::getAdditionalAttributes