Actions
Bug #105346
closedPHP Warning when using optional set dependency that is not available
Status:
Resolved
Priority:
Should have
Assignee:
Category:
Site Handling, Site Sets & Routing
Target version:
Start date:
2024-10-18
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
A warning is thrown when a set defines an unavailable set as optional dependency.
Example site configuration:
name: my/set
label: 'My Set'
optionalDependencies:
- typo3/seo-sitemap
Produces following warning when `EXT:seo` is not installed:
PHP Warning: Undefined array key "typo3/seo-sitemap" in …/typo3/sysext/core/Classes/Service/DependencyOrderingService.php line 209
Updated by Gerrit Code Review about 1 month 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/+/86652
Updated by Gerrit Code Review about 1 month ago
Patch set 2 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/+/86652
Updated by Gerrit Code Review 17 days ago
Patch set 1 for branch 13.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86861
Updated by Benjamin Franzke 17 days ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 6ecf322d8df8ae3db9c65b9a5aab39b0a751ef91.
Actions