Actions
Bug #90644
closedNull given when dispatch LogoutConfirmedEvent
Start date:
2020-03-04
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
Argument 2 passed to TYPO3\CMS\FrontendLogin\Event\AbstractConfirmedEvent::__construct()
must implement interface TYPO3\CMS\Extbase\Mvc\View\ViewInterface, null given
felogin/Classes/Controller/LoginController.php on line 140
View is created after initializeLoginAction(), solution would be to move the events to the start of the LoginAction()
The problematic event is the LogoutConfirmedEvent.
To reproduce login with an fe_user and logout.
Updated by Gerrit Code Review about 5 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63551
Updated by Daniel Goerz about 5 years ago
- Related to Task #88740: Deprecate felogin pibase plugin added
Updated by Gerrit Mohrmann about 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 0504b4b282980d30093b3a923753219068fe510e.
Actions