Bug #70397
Backend Forumlar shows all languages - extremly slow with much languages (patch file included)
100%
Description
we have 21 TYPO3 languages in our installation. Adding the plugin to a page will show the Plugin Options for ALL Languages.
Editing this plugin in Backend is loading extremly slow and, depending on System sesttings, the big number of InputFields reaches max. allowed field length, so the plugin cannot be stored.
This Problem can easily be solved:
change in :
\typo3conf\ext\frsupersized\Configuration\FlexForms\flexform_supersized.xml
<T3DataStructure>
<meta>
</meta>
<sheets>
to
<T3DataStructure>
<meta>
<langDisable>1</langDisable>
<langChildren>1</langChildren>
</meta>
<sheets>
see also:
https://docs.typo3.org/typo3cms/TCAReference/Reference/Columns/Flex/Index.html
History
#1
Updated by Frank Frewer about 4 years ago
Thanks for the hint and for the solution. Fixed version will be uploaded soon.
#2
Updated by Frank Frewer about 4 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
New version uploaded to TER.