From c00445eab0b2872f8733140fadbaf3c4ad647f8e Mon Sep 17 00:00:00 2001
From: miguel angel rasteu <miguelangel.rasteu@pandorafms.com>
Date: Tue, 17 Oct 2023 09:05:22 +0200
Subject: [PATCH] #121773 Fix module name in events view

---
 pandora_console/operation/events/events.php | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/pandora_console/operation/events/events.php b/pandora_console/operation/events/events.php
index e7a20b8642..22c3bb8eda 100644
--- a/pandora_console/operation/events/events.php
+++ b/pandora_console/operation/events/events.php
@@ -540,19 +540,6 @@ if (is_ajax() === true) {
                             );
                         }
 
-                        if (empty($tmp->module_name) === false) {
-                            $tmp->module_name = ui_print_truncate_text(
-                                $tmp->module_name,
-                                'module_medium',
-                                false,
-                                true,
-                                false,
-                                '&hellip;',
-                                true,
-                                true,
-                            );
-                        }
-
                         if (empty($tmp->comments) === false) {
                             $tmp->comments = ui_print_comments($tmp->comments, 20);
                         }