We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, only markers are assigned to the template view of an email:
NotiZ/Classes/Domain/Notification/Email/Application/EntityEmail/Service/EntityEmailTemplateBuilder.php
Line 103 in 7736657
All existing properties should be fetched for the notification and passed to the view.
Maybe create an interface AssignedToTemplate or something like that which can be implemented by properties?
AssignedToTemplate
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, only markers are assigned to the template view of an email:
NotiZ/Classes/Domain/Notification/Email/Application/EntityEmail/Service/EntityEmailTemplateBuilder.php
Line 103 in 7736657
All existing properties should be fetched for the notification and passed to the view.
Maybe create an interface
AssignedToTemplate
or something like that which can be implemented by properties?The text was updated successfully, but these errors were encountered: