Project

General

Profile

Actions

Bug #59035

closed

"[BUGFIX] Fix possible language handling issue" break formhandler ajax functionality

Added by David Gurk almost 10 years ago. Updated almost 10 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2014-05-22
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

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. ^^


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #49499: TypoScriptFrontendController->initLLvars issueClosed2013-06-28

Actions
Actions

Also available in: Atom PDF