Actions
Bug #95857
closedMissing field "parent" for table sys_category
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2021-11-03
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
7.4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
In the ext:core/ext_tables.sql the column parent for table sys_category is missing.
And it seems that its nowhere else defined either. The database analyzer wants to remove this column entirely.
In typo3 10 this field was defined in ext:core/ext_tables.sql. What happened?
Inside the table definition ext:core/Configuration/TCA/sys_category.php the the parent field is still present. But it will not show up (even if i manually add the missing parent field to the table) if editing a sys_category in the backend.
Am i missing something or what is wrong?
Files
Actions