Skip to content
Snippets Groups Projects
Commit 6e628d44 authored by Oliver Wand's avatar Oliver Wand Committed by Christian Kuhn
Browse files

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

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

This is one patch of more 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=email.

According tests sets are added and existing tests
are hardened a bit towards more strict comparison.

Resolves: #101654
Related: #101553
Releases: main
Change-Id: I4060f7d8f3bab12f4272b5e9ebed9ac2d96b97a4
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/80515


Reviewed-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Tested-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarStefan B�rk <stefan@buerk.tech>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarStefan B�rk <stefan@buerk.tech>
parent 2790ca3a
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