Project

General

Profile

Actions

Feature #94080

open

Pagetree ShowNavTitle and selectTree

Added by varioous OG almost 3 years ago. Updated over 2 years ago.

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

But i think if the option is set for the user globale the selectTree should also consider this setting.

Thanks and kind regards,
Harald

Actions #1

Updated by Benni Mack over 2 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

Also available in: Atom PDF