[TASK] EXT:form - prevent initial ajax call
Initially, provide the whole configuration for the wizard through a requireJs config. Therefore, an early AJAX call to the WizardController can be omitted. With this patchset, no AJAX route for loading has to be registered. The loadAction is removed as well. Furthermore, a left over intialize script is dropped. The Wizard.Settings to configure the ExtJs viewport are used directly. Resolves: #74316 Releases: master Change-Id: I5278784cadc603238707b6e7b26426155e3c080c Reviewed-on: https://review.typo3.org/47110 Reviewed-by:Daniel Goerz <ervaude@gmail.com> Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/sysext/form/Classes/Controller/WizardController.php 0 additions, 26 deletionstypo3/sysext/form/Classes/Controller/WizardController.php
- typo3/sysext/form/Configuration/Backend/AjaxRoutes.php 0 additions, 6 deletionstypo3/sysext/form/Configuration/Backend/AjaxRoutes.php
- typo3/sysext/form/Resources/Private/Language/locallang_wizard.xlf 0 additions, 3 deletions...sext/form/Resources/Private/Language/locallang_wizard.xlf
- typo3/sysext/form/Resources/Public/JavaScript/Wizard/Initialize.js 0 additions, 21 deletions...ext/form/Resources/Public/JavaScript/Wizard/Initialize.js
- typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Right.js 3 additions, 20 deletions...form/Resources/Public/JavaScript/Wizard/Viewport/Right.js
Please register or sign in to comment