Actions
Bug #39127
closedTranslation of a form makes the form wizard unusable
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2012-07-20
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.7
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When I generate a form (e.g. the standard contact form for a website) and want to translate that one to another language of that site, the localized record gets properly stored. In the field with the "typoscript-like" description of the form, a "Translate to X" is prepended and opening the wizard results in an empty form.
I think it would be ok to just make sure that this "Translate to X" thing is not inserted on top, the wizard would work as expected (= showing all the added form components - of course in the default language).
At the moment it's needed to- localize the form record
- remove the "Translate to X" text at the top of the form config
- save the whole record (!)
- then start the wizard to translate the single fields
Tested on TYPO3 v4.7.2
Actions