-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
Hello,
I've a small issue. In Line 72 of your EmailService
// $request->setControllerPackageKey('Sandstorm.Maklerapp'); TODO needed?
you asked if its needed. Indeed it is. Otherwise some ViewHelpers can't guess the package. In my case it was the translation viewhelper throwing errors.
My working code is
$request->setControllerPackageKey($templatePackage);
Best regards,
uWe
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels