Actions
Bug #31271
closedEM: Configuration inlineToWindow does not default to 1
Status:
Closed
Priority:
Should have
Assignee:
Category:
Extension Manager
Target version:
Start date:
2011-10-25
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.6
PHP Version:
5.3
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
Default configuration for inlineToWindow is set to 1 in ext_conf_template.txt
:
# cat=basic; type=boolean; label=LLL:EXT:em/language/locallang.xml:extTemplate_inlineToWindow inlineToWindow = 1
It works fine as long as no Extension Manager configuration has been written back to localconf.php
. But as soon as the administrator chooses a few languages to be retrieved in the localization tab, localconf.php
has a configuration similar to this one:
$TYPO3_CONF_VARS['EXT']['extConf']['em'] = 'a:1:{s:17:"selectedLanguages";s:14:"fr,fr_CA,it,de";}'; // Modified or inserted by TYPO3 Extension Manager
And EM does not recognize this as "inlineToWindow=1" but defaults to "0" instead.
Updated by Mr. Hudson about 13 years ago
- Status changed from New to Under Review
Patch set 1 of change I3df433e9f9ddf2b610e6eaad89333f03bba3e231 has been pushed to the review server.
It is available at http://review.typo3.org/6318
Updated by Xavier Perseguers about 13 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
- PHP Version set to 5.3
- Complexity changed from easy to no-brainer
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions