Skip to content
Snippets Groups Projects
Commit fee18f06 authored by Anja Leichsenring's avatar Anja Leichsenring Committed by Stefan Bürk
Browse files

[FEATURE] Auto create DB fields from TCA for type "select"

Tables with TCA columns set to type="select" do not
need an ext_tables.sql entry anymore. The core now
creates this field automatically.

This is one of many patches in this area: The v13 goal
is to obsolete ext_tables.sql in most cases by
creating default "business" fields of TCA tables
automatically.

The patch adds the main magic in class DefaultTcaSchema
and removes own ext_tables.sql definitions having
type=select.

Resolves: #102279
Related: #101553
Releases: main
Change-Id: I600d0be1b2452b93d46c6b0d8317460607988fee
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/81604


Reviewed-by: default avatarGarvin Hicking <gh@faktor-e.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarGarvin Hicking <gh@faktor-e.de>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
Tested-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Reviewed-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
parent 7bb04175
Branches
Tags
No related merge requests found
Showing
with 456 additions and 76 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment