Actions
Bug #91023
closedFelogin (extbase) login/logout confirmed events not fired when redirects are done
Start date:
2020-04-14
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Redirects are done very early in the initializeAction(). This is nice, but then the events are not reached.
- A none breaking solution would be, moving the redirects after the events. But these seems very hacky.
- Another solution would be, moving (Login|Logout)ConfirmedEvent into the initializeAction, but without
the possibility to edit the view. New Events for editing the view in the actions could be inserted.
I think, this would be a breaking change even in a dev version?
But I have not testet what drawbacks might coming up when moving the events before the redirects.
Actions