Actions
Bug #101633
openTCA: Table where all fields are exclude=>true, but table is not listed in edit backend usergroup (when rootLevel > 0)
Status:
New
Priority:
Should have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2023-08-09
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
We have a table defined in LUX where all fields have 'exclude'=>true settings (see https://github.com/in2code-de/lux/blob/develop/Configuration/TCA/tx_lux_domain_model_linklistener.php).
In addition the table configuration uses rootLevel=-1 in ctrl section (to be able to store records on pid 0 or higher https://docs.typo3.org/m/typo3/reference-tca/11.5/en-us/Ctrl/Properties/RootLevel.html).
Now, the table is not listed in usergroup settings in field non_exclude_fields . Only if I change rootLevel to exactly 0 the table with all fields is listed. If I try the value 1 it's gone again.
TYPO3 11.5.30
Files
Actions