Project

General

Profile

Actions

Bug #96288

open

TCA type category not editable/shown for editors if startingPoints are set

Added by David Hoeckele over 2 years ago. Updated about 1 year ago.

Status:
Under Review
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2021-12-08
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

If startingPoints are set, the categories won't be shown for editor users. When removing startingPoints, all categories are shown, even for editor.

Using it like this:

'categories' => [
    'exclude' => true,
    'label'   => $langFile . $table . '.categories',           
    'config' => [
        'type' => 'category',
        'treeConfig' => [
            'startingPoints' => '###SITE:categories.product###',
        ]
    ]
]

Setting an int value instead of site-config has the same effect. Also configuring it with tsconfig settings.
For the admin user everything works fine. Also checked user settings for editor, looks good to me.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #96397: Category starting points don't accept CSVClosed2021-12-20

Actions
Actions

Also available in: Atom PDF