fabarea / media

Media management system for TYPO3 CMS
Other
30 stars 25 forks source link

[FIX] Compatibility with TYPO3 CMS 8 for Media File Picker #182

Closed lgescobar closed 7 years ago

lgescobar commented 7 years ago

This change allows the Media File Picker to be called in TYPO3 CMS 8 without 404 HTTP error.

It seems that the variable TYPO3.settings.FormEngine.backPath is not available anymore. In any case, the variable MediaFormEngine.vidiModuleUrl contains the whole relative path that is needed to call the Backend module.

Tested with TYPO3 8.7.1