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 #1

Updated by Gerrit Code Review about 1 year ago

  • Status changed from New to Under Review

Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/77686

Actions #2

Updated by Kevin Appelt about 1 year ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #3

Updated by Benni Mack about 1 year ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF