Skip to content
Snippets Groups Projects
Commit 16fec5bc authored by solideogloria's avatar solideogloria
Browse files

Fixes #3391402: Email handler: Invalid tokens for "Webform submission author"

parent fa56045d
No related merge requests found
Pipeline #26369 passed with warnings with stages
in 32 minutes and 39 seconds
......@@ -404,8 +404,8 @@ class EmailWebformHandler extends WebformHandlerBase implements WebformHandlerMe
'[current-user:account-name]' => 'Current user account name',
'[webform:author:display-name]' => 'Webform author display name',
'[webform:author:account-name]' => 'Webform author account name',
'[webform_submission:author:display-name]' => 'Webform submission author display name',
'[webform_submission:author:account-name]' => 'Webform submission author account name',
'[webform_submission:user:display-name]' => 'Webform submission author display name',
'[webform_submission:user:account-name]' => 'Webform submission author account name',
];
// Disable client-side HTML5 validation which is having issues with hidden
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment