Actions
Bug #104959
closedtypo3/cms-sys-note depends on typo3/cms-dashboard
Start date:
2024-09-13
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
8.2
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
The main branch on aac4f7be152b043b1a85b333b6fa03e2a67eabc0 fails with:
Uncaught TYPO3 Exception Invalid service "dashboard.widget.sys_notes.all": class "TYPO3\CMS\Dashboard\Widgets\WidgetInterface" not found while loading "TYPO3\CMS\SysNote\Widgets\PagesWithInternalNote".
thrown in file /var/www/html/vendor/symfony/dependency-injection/Compiler/AbstractRecursivePass.php
in line 177
The class TYPO3\CMS\SysNote\Widgets\PagesWithInternalNote uses/imports TYPO3\CMS\Dashboard\*.
Please add the dashboard to sys-note as dependncy.
Related: #104844
Actions