[BUGFIX] Clean up install tool cardsAction
With the install tool "make all modals" rewrite in #84772, the initial views are stupid and don't need fluid assignments like tokens anymore: Card details are now handled in single "getContent" actions per card. Left over assignments are removed with the patch. Furthermore, the core updater getContent action entirely missed some fluid assignments and the "search in custom path" image preset functionality is restored. Resolves: #85676 Resolves: #85419 Related: #84772 Releases: master Change-Id: I4b2054338b500d4f8d08f83f76a3efc66511a529 Reviewed-on: https://review.typo3.org/57715 Tested-by:TYPO3com <no-reply@typo3.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
Showing
- typo3/sysext/install/Classes/Controller/EnvironmentController.php 0 additions, 18 deletions...sext/install/Classes/Controller/EnvironmentController.php
- typo3/sysext/install/Classes/Controller/MaintenanceController.php 0 additions, 12 deletions...sext/install/Classes/Controller/MaintenanceController.php
- typo3/sysext/install/Classes/Controller/SettingsController.php 3 additions, 7 deletions.../sysext/install/Classes/Controller/SettingsController.php
- typo3/sysext/install/Classes/Controller/UpgradeController.php 8 additions, 17 deletions...3/sysext/install/Classes/Controller/UpgradeController.php
- typo3/sysext/install/Resources/Private/Templates/Settings/PresetsGetContent.html 1 addition, 1 deletion...sources/Private/Templates/Settings/PresetsGetContent.html
- typo3/sysext/install/Resources/Public/JavaScript/Modules/Presets.js 34 additions, 2 deletions...xt/install/Resources/Public/JavaScript/Modules/Presets.js
Please register or sign in to comment