Breaking: #102924 - Single Table Inheritance from fe_groups removed
See forge#102924
Description
Extbase ships with a feature called "Single Table Inheritance", to allow multiple Extbase domain models reflecting one database table depending on a specific value of a database field.
TYPO3 has the functionality enabled for the database tables fe_
and
fe_
.
The respective default models, which do not make a lot of sense as models depend on a specific domain, have been removed in previous TYPO3 versions.
For frontend user groups, the usage and the usefulness for TYPO3 to ship this out
of the box, has shown little impact. For this reason, the functionality has been
removed. Along with that, the database field fe_
and its
TCA definition as well as the Extbase configuration as a single table inheritance
option, has been removed.
The functionality for Single Table Inheritance in Extbase and also for frontend users is working as before without any changes.
Impact
Using the database field in custom code, or using Single Table Inheritance in Extbase for frontend user groups will result in SQL and PHP errors.
Affected installations
TYPO3 installations with custom extensions using Single Table Inheritance in Extbase with frontend usergroups.
Migration
If necessary, extension authors can add Single Table Inheritance in their own
extension for fe_
by themselves.
- Add a database field
fe_
ingroups. tx_ extbase_ type ext_
tables. sql - Add TCA information in
Configuration/
for the database fieldTCA/ Overrides/ fe_ groups. php