- πΊπΈUnited States chadmandoo
Ran into this issue with a fresh composer require drupal/htmlmail.
Patch in comment #7 worked for me.
Throws this error when test submitting the webform
Twig\Error\RuntimeError: Macro "getTemplateName" is not defined in template "modules/contrib/htmlmail/templates/htmlmail.html.twig". in twig_call_macro() (line 135 of /var/www/fisher-d9/web/modules/contrib/htmlmail/templates/htmlmail.html.twig).
This is the line 135
{% if _self.getTemplateName() == themeTemplate %}
I am on Drupal 9.2.8
Needs work
3.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Ran into this issue with a fresh composer require drupal/htmlmail.
Patch in comment #7 worked for me.