Project

General

Profile

Actions

Bug #31271

closed

EM: Configuration inlineToWindow does not default to 1

Added by Xavier Perseguers over 12 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
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.

Actions

Also available in: Atom PDF