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.
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 variableMediaFormEngine.vidiModuleUrl
contains the whole relative path that is needed to call the Backend module.Tested with TYPO3 8.7.1