Project

General

Profile

Actions

Bug #103955

open

PropertyGridEditor option shouldShowPreselectedValueColumn does nothing

Added by Sebastian Michaelsen 3 months ago. Updated about 1 month ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2024-05-30
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
On Location Sprint

Description

According to the documentation (https://docs.typo3.org/c/typo3/cms-form/main/en-us/I/Config/proto/formElements/formEditor/inspectorEditors/PropertyGridEditor.html)

If set to 'false' the column which is used to mark a row as preselected will be disabled.

However when I set this, nothing changes.

When I search TYPO3's source code, I find only documentation and configuration of this option, but no functional code, that does anything with it: https://github.com/search?q=repo:TYPO3/typo3+shouldShowPreselectedValueColumn&type=code

As a workaround I extended the PropertyGridEditor.html partial an hid the column with a style="display: none", because completely removing it breaks the JavaScript.


Files

Screenshot 2024-05-30 at 09.35.05.png (9.68 KB) Screenshot 2024-05-30 at 09.35.05.png Sebastian Michaelsen, 2024-05-30 07:35
Actions #1

Updated by Sebastian Michaelsen 3 months ago

  • Description updated (diff)
Actions #2

Updated by Garvin Hicking about 1 month ago

  • Sprint Focus set to On Location Sprint

Maybe it would be better to actually implement this option, maybe something that would be a good first task for the T3DD Code Sprint. I've tagged as such :)

Actions

Also available in: Atom PDF