Actions
Bug #104809
closedException in BE login notification with f:translate in custom SystemEmail layout
Start date:
2024-09-04
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Similar to #104461 an error occurs if a custom SystemEmail
layout is registered which uses the <f:translate/>
Fluid viewhelper and a user logs into the TYPO3 BE having the emailMeAtLogin
option enabled:
No valid attribute "applicationType" found in request object
This happens because the EmailLoginNotification
is processed within a BE middleware but the request applicationType
attribute is set after middleware request processing by the BE application.
Actions