Merge branch 'ent-12173-nombres-de-modulos-en-vista-de-eventos-se-muestran-de-manera-incorrecta' into 'develop'

Ent 12173 nombres de modulos en vista de eventos se muestran de manera incorrecta

See merge request artica/pandorafms!6565
This commit is contained in:
Rafael Ameijeiras 2023-11-27 14:51:48 +00:00
commit 215c665a9c
1 changed files with 0 additions and 13 deletions

View File

@ -541,19 +541,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,
'…',
true,
true,
);
}
if (empty($tmp->comments) === false) {
$tmp->comments = ui_print_comments($tmp->comments, 20);
}