Project

General

Profile

Actions

Bug #83553

closed

Storing boolean values from ext_conf_template.txt are stored correctly (twice) but are shown as checked always in module

Added by Alex Kellner over 6 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2018-01-13
Due date:
% Done:

0%

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

Description

If my extensions delivers a ext_conf_template.txt file with some checkboxes and I use settings module in backend to modify some settings, the settings are correctly stored in LocalConfiguration.php like:

...
'EXT' => [
     'extConf' => [
         'extensionmanager' => 'a:2:{s:21:"automaticInstallation";i:1;s:11:"offlineMode";i:0;}',

...

'EXTENSIONS' => [
        'extensionmanager' => [
            'automaticInstallation' => 1,
            'offlineMode' => 0,
        ],
]
...

As you can see, automaticInstallation is turned on and offlineMode is turned off (exactly as I stored it before).

Nevertheless open the module again in backend will show both checkboxes checked.


Just installed TYPO3 via

composer require typo3/minimal

Pls close if this is already fixed


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #83319: Extension settings do not respect default valuesClosed2017-12-14

Actions
Actions #1

Updated by Stephan Großberndt over 6 years ago

  • Status changed from New to Closed
Actions #2

Updated by Stephan Großberndt over 6 years ago

  • Is duplicate of Bug #83319: Extension settings do not respect default values added
Actions

Also available in: Atom PDF