Project

General

Profile

Actions

Bug #99813

closed

Make sure EXT:seo can be used without EXT:dashboard installed

Added by Kevin Appelt about 1 year ago. Updated about 1 year ago.

Status:
Closed
Priority:
Must have
Assignee:
Category:
SEO
Target version:
Start date:
2023-02-03
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:

Description

By accident we introduced a regression with https://review.typo3.org/c/Packages/TYPO3.CMS/+/77396
Registration of widgets in Services.yaml requires EXT:dashboard to be always available.
If (like in EXT:seo) the dashboard is only suggested but not required, we should use Services.php with
if ($containerBuilder->hasDefinition(WidgetRegistry::class)) {
to only add the widget if EXT:dashboard is installed.

Actions

Also available in: Atom PDF