From 76a80d4b22c5f7a1f6b4d2ecf094e1749b3b0b4d Mon Sep 17 00:00:00 2001
From: Moritz Ahl <noreply@example.com>
Date: Thu, 1 Oct 2020 21:50:57 +0000
Subject: [PATCH] [TASK] Add a remark about changed loading order mechanism

Releases: master, 10.4
Resolves: #92469
Related: #87623
Change-Id: Ice8832c5e3ae93bf293e74111633335b3fee8450
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65997
Tested-by: TYPO3com <noreply@typo3.com>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: Anja Leichsenring <aleichsenring@ab-softlab.de>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: Anja Leichsenring <aleichsenring@ab-softlab.de>
---
 ...ReplaceConfigpersistenceclassesTyposcriptConfiguration.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-87623-ReplaceConfigpersistenceclassesTyposcriptConfiguration.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-87623-ReplaceConfigpersistenceclassesTyposcriptConfiguration.rst
index 2725c3309833..e4b73ea2360e 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-87623-ReplaceConfigpersistenceclassesTyposcriptConfiguration.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-87623-ReplaceConfigpersistenceclassesTyposcriptConfiguration.rst
@@ -90,5 +90,9 @@ A few things are noteworthy here:
   then, one had to define a mapping by columns instead of properties, which means, the mapping directions was reversed,
   forcing you to map database table fields on properties. This was quite confusing and the configuration is now eased as
   one can always think in the model to table mapping direction.
+- The load order of these files is determined by the load order of extensions. If multiple extensions override mapping
+  configuration of the same extbase domain classes, extension load order should be specified by :file:`ext_emconf.php`
+  constraints or dependencies using the :php:`suggests` or :php:`depends` keywords. See
+  :ref:`ext_emconf.php file<t3coreapi:extension-declaration>` for details.
 
 .. index:: TypoScript, NotScanned, ext:extbase
-- 
GitLab