Bug #103955
openPropertyGridEditor option shouldShowPreselectedValueColumn does nothing
0%
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
Updated by Garvin Hicking 4 months 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 :)
Updated by Benni Mack about 1 month ago
Looking into the documentation, this option was never ever implemented (as far as I can read) - even not in v8.