Bug #91023
closedFelogin (extbase) login/logout confirmed events not fired when redirects are done
100%
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.
Updated by Gerrit Code Review over 4 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/+/64165
Updated by Gerrit Code Review over 4 years ago
Patch set 2 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/+/64165
Updated by Gerrit Code Review over 4 years ago
Patch set 3 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/+/64165
Updated by Gerrit Mohrmann over 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset cf2c3050e2b5b0d28ef3a302b8f6a93451c4fde4.