Actions
Bug #99973
closedCreation of dynamic property TYPO3\CMS\Core\DataHandling\DataHandler::$deleteTree is deprecated
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2023-02-16
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
8.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
in2code/migration adds the possibility to use the datahandler from CLI. I know that this is not default, but maybe the problem could be solved easily anyways?
# Example command to delete a page (same for move or copy command) ./vendor/bin/typo3cms migration:datahandler 604 delete
Results in
[ ErrorReporting\DeprecationNotice ] Deprecated: Creation of dynamic property TYPO3\CMS\Core\DataHandling\DataHandler::$deleteTree is deprecated
Actions