Skip to content
Snippets Groups Projects
Commit 1bcc8fbc authored by Benni Mack's avatar Benni Mack Committed by Wouter Wolters
Browse files

[BUGFIX] Remove double inclusion of PageTSconfig

Due to some mixup in patches the PageTSconfig for
the form framework is included twice.

Resolves: #84860
Releases: master
Change-Id: I0c18fc712e6b0076417e07b0666bb9e807928a62
Reviewed-on: https://review.typo3.org/56798


Reviewed-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Tested-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Tested-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Tested-by: default avatarTYPO3com <no-reply@typo3.com>
parent 1b6ea2b6
Branches
Tags
No related merge requests found
......@@ -20,11 +20,6 @@ call_user_func(function () {
'<INCLUDE_TYPOSCRIPT: source="FILE:EXT:form/Configuration/PageTS/modWizards.ts">'
);
// Add new content element wizard entry
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPageTSConfig(
'<INCLUDE_TYPOSCRIPT: source="FILE:EXT:form/Configuration/PageTS/modWizards.ts">'
);
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['ext/form']['afterSubmit'][1489772699]
= \TYPO3\CMS\Form\Hooks\FormElementHooks::class;
......
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