Breaking: #81534 - Database field be_groups:hide_in_lists dropped¶
See forge#81534
Description¶
The database field hide_in_lists of table be_groups has been dropped without substitution.
- The property has been dropped from PHP class
\TYPO3\
along with the getter and setter methodsCMS\ Extbase\ Domain\ Model\ Backend User Group ->set
andHide In List ->get
Hide In List - The TCA column
hide_
has been dropped, the field is no longer configured and shown in the backend.in_ lists - The database field definition for
hide_
has been dropped.in_ lists
Impact¶
The special group configuration hide_in_lists has been removed.
Affected Installations¶
An instance may break in the unlikely case that an extension relies on field existence or uses the extbase model getter or setter.
Migration¶
The field usage should be dropped. If that is not possible and a special functionality has been bound to that field it should be mimicked by extending TCA, declaring the database field in an extension and maybe extending the extbase model.