From e768cc1c0c36d5166d8f7f890b02174a0c49b7f7 Mon Sep 17 00:00:00 2001 From: Molkobain Date: Thu, 23 Apr 2026 15:47:14 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B09537=20-=20Update=20"details"=20zlist=20?= =?UTF-8?q?on=20EventNotificationEmail=20to=20display=20cc=20and=20cci=20a?= =?UTF-8?q?ttributes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/event.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/event.class.inc.php b/core/event.class.inc.php index fd1cc9d5f0..d1a8f08287 100644 --- a/core/event.class.inc.php +++ b/core/event.class.inc.php @@ -176,7 +176,7 @@ class EventNotificationEmail extends EventNotification // Display lists MetaModel::Init_SetZListItems('details', ['date', 'userinfo', 'message', 'trigger_id', 'action_id', 'object_id', 'to', 'cc', 'bcc', 'from', 'subject', 'body', 'attachments']); // Attributes to be displayed for the complete details - MetaModel::Init_SetZListItems('list', ['date', 'message', 'to', 'subject', 'attachments']); // Attributes to be displayed for a list + MetaModel::Init_SetZListItems('list', ['date', 'message', 'to', 'cc', 'bcc', 'subject', 'attachments']); // Attributes to be displayed for a list // Search criteria // MetaModel::Init_SetZListItems('standard_search', array('name')); // Criteria of the std search form