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 #1

Updated by Gerrit Code Review over 3 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/66255

Actions #2

Updated by Gerrit Code Review over 2 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/66255

Actions #3

Updated by Benni Mack over 2 years ago

  • Status changed from Under Review to Rejected
Actions

Also available in: Atom PDF