Actions
Feature #94080
openPagetree ShowNavTitle and selectTree
Status:
New
Priority:
Should have
Assignee:
-
Category:
Pagetree
Target version:
-
Start date:
2021-05-06
Due date:
% Done:
0%
Estimated time:
PHP Version:
7.4
Tags:
Complexity:
Sprint Focus:
Description
Hello,
in the User-Config with
options.pageTree.showNavTitle = 1
I can use the nav title instead of the page title for the rendering. When using a selectTree (https://docs.typo3.org/m/typo3/reference-tca/master/en-us/ColumnsConfig/Type/Select/Tree/Index.html) the page title is rendered and not the nav title. The selectTree should also consider this option. Best would be to make this more flexible and
- add this option to the TreeConfig (https://docs.typo3.org/m/typo3/reference-tca/master/en-us/ColumnsConfig/Type/Select/Properties/SelectTreeConfig.html#columns-select-properties-treeconfig)
- Make this available als setting of Page TSconfig to set it only for subtrees in the pagetree.
But i think if the option is set for the user globale the selectTree should also consider this setting.
Thanks and kind regards,
Harald
Updated by Benni Mack about 3 years ago
- Tracker changed from Bug to Feature
- TYPO3 Version deleted (
10)
That's actually a feature.
The code responsible for delivering the data resides in FormSelectTreeAjaxController->fetchDataAction() which can handle any kind of record. Making this more flexible is indeed a good idea, but since the selectTree can also be used for any kind of recursive table, we need to find a better way to hook into that place.
Actions