Actions
Feature #88894
closedSimplify TCA by auto generating fields defined by ctrl
Start date:
2019-08-02
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
CodingNight
Complexity:
Sprint Focus:
Description
Since #85160 the ext_tables.sql
has been simplifed by removing the definition of fields defined in the ctrl section of TCA.
However, in the TCA columns section, those fields still need to be defined. To make the life of devs & integrators easier, those fields are now automatically defined.
Actions