Merge branch 'ent-6414-mobile-console-events-modal-open-twice' into 'develop'

Fixed mobile events modal opening twice

See merge request artica/pandorafms!3720
This commit is contained in:
Daniel Rodriguez 2021-03-01 10:03:51 +00:00
commit 86bd145dce
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ class Events
$status_icon = html_print_image($img_st, true, false, false, false, false, true);
$row = [];
$row[] = '<b class="ui-table-cell-label">'.__('Event Name').'</b><a href="javascript: openDetails('.$event['id_evento'].')"><div class="event_name">'.io_safe_output(str_replace(['&nbsp;', '&#20;'], ' ', $event['evento'])).'</div></a>';
$row[] = '<b class="ui-table-cell-label">'.__('Event Name').'</b><a href="#" onclick="openDetails('.$event['id_evento'].')"><div class="event_name">'.io_safe_output(str_replace(['&nbsp;', '&#20;'], ' ', $event['evento'])).'</div></a>';
if ($event['id_agente'] == 0) {
$agent_name = __('System');