Actions
Bug #83705
closedNewContentElementWizardHookInterface gets new parentObject
Start date:
2018-01-28
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
Given:
A class that implemented the NewContentElementWizardHookInterface and wants to change wizardItems.
Expected:
As documented in the NewContentElementWizardHookInterface the hook object should get a parent object of class \Controller\ContentElement\NewContentElementController
Actual:
Due to change https://review.typo3.org/52999/ the hook gets a parentObject of type \TYPO3\CMS\Backend\Controller\Wizard\NewContentElementWizardController instead. As property visibilities changed, this change is unfortunately breaking.
Actions