From a762cd5942f47c8c4b4c4439396aa268d7bd24d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <2566282+brotkrueml@users.noreply.github.com> Date: Sun, 19 Nov 2023 05:59:18 +0100 Subject: [PATCH] [FEATURE] #102210 - Auto-create DB fields from TCA columns for type "inline" (#877) Related: https://github.com/TYPO3-Documentation/Changelog-To-Doc/issues/704 Releases: main --- Documentation/ColumnsConfig/Type/Inline/Index.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/ColumnsConfig/Type/Inline/Index.rst b/Documentation/ColumnsConfig/Type/Inline/Index.rst index 4027ed43..b0955da6 100644 --- a/Documentation/ColumnsConfig/Type/Inline/Index.rst +++ b/Documentation/ColumnsConfig/Type/Inline/Index.rst @@ -10,6 +10,12 @@ IRRE / inline Inline fields should not be used anymore to handle files. Use the TCA column type :ref:`file ` instead. +.. versionadded:: 13.0 + When using the `inline` type, TYPO3 takes care of + :ref:`generating the according database field `. + A developer does not need to define this field in an extension's + :file:`ext_tables.sql` file. + Inline-Relational-Record-Editing (IRRE) offers a way of directly editing parent-child-relations in one backend view. New child records are created using AJAX calls to prevent a reload of the complete backend view.