Skip to content
Snippets Groups Projects
Commit 908dbb4a authored by Benjamin Mack's avatar Benjamin Mack Committed by Wouter Wolters
Browse files

[BUGFIX] Make EXT:form wizard work again

Due to the general removal of prototype
the EXT:form wizard does not work
anymore. For now, load prototype
in the wizard again.

The JS for EXT:form needs to be
re-written for 7 LTS of course to remove
the dependency on prototypejs.

Resolves: #63424
Releases: master
Change-Id: Ia2b6bba19e62f3036b3cbba5676ccfce7ed5c0ae
Reviewed-on: http://review.typo3.org/34762


Reviewed-by: default avatarTymoteusz Motylewski <t.motylewski@gmail.com>
Tested-by: default avatarTymoteusz Motylewski <t.motylewski@gmail.com>
Reviewed-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Tested-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
parent 6881beba
Branches
Tags
No related merge requests found
......@@ -218,7 +218,8 @@ class WizardView extends \TYPO3\CMS\Form\View\Wizard\AbstractWizardView {
'Viewport/Left/Form/PostProcessors/Mail.js',
'Viewport/Left/Form/PostProcessors/Redirect.js'
);
// Load ExtJS
// Load ExtJS and prototype
$this->pageRenderer->loadPrototype();
$this->pageRenderer->loadExtJS();
// Load the wizards javascript
$baseUrl = ExtensionManagementUtility::extRelPath('form') . 'Resources/Public/JavaScript/Wizard/';
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment