After this core change (https://review.typo3.org/c/Packages/TYPO3.CMS/+/69493/) the backend throws an exception:
The Fluid template files "/typo3conf/ext/container/Resources/Private/Partials/PageLayout/Record/Header.html", "/typo3conf/ext/container/Resources/Private/Partials/PageLayout/Record/Header", "/typo3/sysext/backend/Resources/Private/Partials/PageLayout/Record/Header.html", "/typo3/sysext/backend/Resources/Private/Partials/PageLayout/Record/Header" could not be loaded.
/typo3conf/ext/container/Resources/Private/Partials/PageLayout/Record.html
needs to be renamed to
/typo3conf/ext/container/Resources/Private/Partials/PageLayout/RecordDefault.html
in order to work again.
After this core change (https://review.typo3.org/c/Packages/TYPO3.CMS/+/69493/) the backend throws an exception:
The Fluid template files "/typo3conf/ext/container/Resources/Private/Partials/PageLayout/Record/Header.html", "/typo3conf/ext/container/Resources/Private/Partials/PageLayout/Record/Header", "/typo3/sysext/backend/Resources/Private/Partials/PageLayout/Record/Header.html", "/typo3/sysext/backend/Resources/Private/Partials/PageLayout/Record/Header" could not be loaded.
/typo3conf/ext/container/Resources/Private/Partials/PageLayout/Record.html
needs to be renamed to
/typo3conf/ext/container/Resources/Private/Partials/PageLayout/RecordDefault.html
in order to work again.