[!!!][BUGFIX] Load popup configuration in case backend submodules are opened in a new tab
It's possible to open some backend modules (e.g. RTE or EditDocumentController) in a new tab. However, the configuration for popups is missing in such case, causing e.g. opening the "Insert image" wizard of RTE is not possible anymore. Place configuration inline in TYPO3.settings to not have this problem of missing configuration. Resolves: #76285 Releases: master Change-Id: I1405dd90e4e00fc709d504af2ed0a936a6374fce Reviewed-on: https://review.typo3.org/48276 Reviewed-by:Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
Showing
- typo3/sysext/backend/Classes/Controller/BackendController.php 0 additions, 23 deletions...3/sysext/backend/Classes/Controller/BackendController.php
- typo3/sysext/backend/Classes/Controller/EditDocumentController.php 1 addition, 25 deletions...ext/backend/Classes/Controller/EditDocumentController.php
- typo3/sysext/backend/Classes/Form/FormResultCompiler.php 30 additions, 1 deletiontypo3/sysext/backend/Classes/Form/FormResultCompiler.php
- typo3/sysext/backend/Resources/Public/JavaScript/ContextHelp.js 1 addition, 1 deletion...sysext/backend/Resources/Public/JavaScript/ContextHelp.js
- typo3/sysext/backend/Resources/Public/JavaScript/FormEngine.js 2 additions, 2 deletions.../sysext/backend/Resources/Public/JavaScript/FormEngine.js
- typo3/sysext/core/Documentation/Changelog/master/Breaking-76285-PopupConfigurationIsMovedToTYPO3settings.rst 41 additions, 0 deletions...eaking-76285-PopupConfigurationIsMovedToTYPO3settings.rst
- typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/TYPO3Image.js 2 additions, 2 deletions...tmlarea/Resources/Public/JavaScript/Plugins/TYPO3Image.js
- typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/TYPO3Link.js 2 additions, 2 deletions...htmlarea/Resources/Public/JavaScript/Plugins/TYPO3Link.js
Please register or sign in to comment