Actions
Task #98424
closedRemove invalid deprecation trigger in dashboard
Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend JavaScript
Target version:
Start date:
2022-09-22
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The method DashboardInitializationService::getRequireJsModules()
triggers a deprecation error, but is is actually in use and
thus should not create an error.
The deprecation message for registered requirejs modules is logged
earlier, so this message is not been useful, and didn't actually
reflect whether the deprecated interface was used or not.
Updated by Gerrit Code Review over 2 years 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/+/75856
Updated by Benjamin Franzke over 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 16afa1cda48b41f3022cc38132f7124055c8be89.
Actions