From 279efb8c9154e1e67d63263190c2316fc2fda0fe Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Thu, 17 Oct 2024 20:02:01 +0300 Subject: [PATCH] email template more filters --- .../Espo/Resources/layouts/EmailTemplate/filters.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/application/Espo/Resources/layouts/EmailTemplate/filters.json b/application/Espo/Resources/layouts/EmailTemplate/filters.json index d2f56b2d69..9317838006 100644 --- a/application/Espo/Resources/layouts/EmailTemplate/filters.json +++ b/application/Espo/Resources/layouts/EmailTemplate/filters.json @@ -1,8 +1,10 @@ [ "assignedUser", "teams", + "body", + "attachments", + "oneOff", "createdAt", "createdBy", - "modifiedAt", - "body" + "modifiedAt" ]