Project

General

Profile

Actions

Bug #92683

closed

Multiple checkboxes in site configuration not stored correctly

Added by Chris Müller over 3 years ago. Updated over 2 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Link Handling, Site Handling & Routing
Target version:
-
Start date:
2020-10-22
Due date:
% Done:

0%

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

Description

When extending the site configuration with an extension and use multiple (activated) checkboxes, only the first checkbox is saved as activated.

This is due the converting of the value to a bool before writing to config.yaml:

myOptions: true

The correct behaviour would be to save the the original value when no renderType is given:

myOptions: '3'

Files

siteconfiguration_check.png (4.51 KB) siteconfiguration_check.png Chris Müller, 2020-10-22 18:13
Actions

Also available in: Atom PDF