Bug #59035
closed"[BUGFIX] Fix possible language handling issue" break formhandler ajax functionality
0%
Description
Hi Markus,
sorry for assign you directly... This request target the bug-report #49499 with the [BUGFIX] "Fix possible language handling issue" from you.
The problem in detail:
We use the EXT:formhandler with AJAX-handling for our forms in TYPO3 v6.x. In this example with the latest v6.1. This site is multi-language (DE, AT, CH, EN). In all language-files (XML, XLF) the default language is EN.
If I call of page with a formula in German (DE), the form looks good. But if I submit it and the AJAX call is fired, the form become English after exchange. All labels read from default language of the locallang.xml (from formhandler).
Indeed I was a little bit shocked after the update to TYPO3 v6.1.8. =D
So I researched this problem...
In "/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php" you moved this code "$this->initLLvars();" from line 2419 to line 2501:
https://review.typo3.org/#/c/27664/2/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php
If I revert only this little change and the forms work as aspected again. And now I hope for some help. Do you have any suggestion for me. Actually I'm not an active contribute but a silent reader. ;-)
Best regard,
David
P.S. If it's an option, we can talk in German. ^^