[Legacy] Add confirmation modal to EmailMarketing insert template button

This commit is contained in:
Clemente Raposo 2025-06-05 17:19:37 +01:00
parent c6f114822c
commit 36d5e38c37

View file

@ -450,6 +450,8 @@ $viewdefs ['EmailMarketing'] = [
'selectModal' => [
'module' => 'EmailTemplates'
],
'displayConfirmation' => true,
'confirmationMessages' => ['LBL_TEMPLATE_CONFIRMATION'],
'setFieldSubject' => 'subject',
'setFieldBody' => 'body',
],