[!!!][TASK] Change EXT:form wizard to use AJAX routes
The ExtJS wizard of EXT:form in the backend is using an old "module" to load and to save the data from the wizard, but is misusing this as AJAX responses. The patch uses PSR-7 Ajax Routes to load the content, and also removes the now obsolete WizardView classes. Resolves: #70574 Releases: master Change-Id: I714b514ea75f618db58c18f3e0ac1235cfd40f7e Reviewed-on: https://review.typo3.org/43881 Reviewed-by:Markus Klein <markus.klein@typo3.org> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
Showing
- typo3/sysext/core/Documentation/Changelog/master/Breaking-70574-FormWizardSaveHandlingChanged.rst 33 additions, 0 deletions...g/master/Breaking-70574-FormWizardSaveHandlingChanged.rst
- typo3/sysext/form/Classes/Controller/WizardController.php 62 additions, 31 deletionstypo3/sysext/form/Classes/Controller/WizardController.php
- typo3/sysext/form/Classes/View/Wizard/AbstractWizardView.php 0 additions, 74 deletionstypo3/sysext/form/Classes/View/Wizard/AbstractWizardView.php
- typo3/sysext/form/Classes/View/Wizard/LoadWizardView.php 0 additions, 60 deletionstypo3/sysext/form/Classes/View/Wizard/LoadWizardView.php
- typo3/sysext/form/Classes/View/Wizard/SaveWizardView.php 0 additions, 66 deletionstypo3/sysext/form/Classes/View/Wizard/SaveWizardView.php
- typo3/sysext/form/Classes/View/Wizard/WizardView.php 38 additions, 4 deletionstypo3/sysext/form/Classes/View/Wizard/WizardView.php
- typo3/sysext/form/Configuration/Backend/AjaxRoutes.php 19 additions, 0 deletionstypo3/sysext/form/Configuration/Backend/AjaxRoutes.php
- typo3/sysext/form/Modules/Wizards/FormWizard/index.php 1 addition, 1 deletiontypo3/sysext/form/Modules/Wizards/FormWizard/index.php
- typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport.js 6 additions, 7 deletions...ysext/form/Resources/Public/JavaScript/Wizard/Viewport.js
- typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Right.js 4 additions, 6 deletions...form/Resources/Public/JavaScript/Wizard/Viewport/Right.js
Loading
Please register or sign in to comment