Actions
Bug #95224
closedSystemEmail could not be loaded when publising a version (workspace)
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Workspaces
Target version:
-
Start date:
2021-09-15
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
10
PHP Version:
7.4
Tags:
composer
Complexity:
Is Regression:
Sprint Focus:
Description
Oops, an error occurred!
The Fluid template files "/var/www/public/typo3/sysext/workspaces/Resources/Private/Layouts/SystemEmail.html", "/var/www/public/typo3/sysext/workspaces/Resources/Private/Layouts/SystemEmail" could not be loaded.
The SystemEmail Layout is located in core/Resources/Private/Layouts/.
The following path should be updated
workspaces/ext_localconf.php
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPageTSConfig('
tx_workspaces.emails.layoutRootPaths.90 = EXT:workspaces/Resources/Private/Layouts/
tx_workspaces.emails.partialRootPaths.90 = EXT:workspaces/Resources/Private/Partials/
tx_workspaces.emails.templateRootPaths.90 = EXT:workspaces/Resources/Private/Templates/Email/
tx_workspaces.emails.format = html
');
Actions