Fix : in messaging view, the event status was missing (#34533)

This commit is contained in:
Maxime Kohlhaas
2025-06-21 15:18:27 +02:00
committed by GitHub
parent aa56fb6491
commit 4f3a0177c6

View File

@@ -15456,6 +15456,10 @@ function show_actions_messaging($conf, $langs, $db, $filterobj, $objcon = null,
}
$out .= "</span></span>\n";
$out .= '<span class="time">';
$out .= $actionstatic->getLibStatut(2);
$out .= '</span>';
// Ref
$out .= '<h3 class="timeline-header">';