Merge branch 'ent-7393-Filtro-de-eventos-en-Metaconsola-Severity' into 'develop'

Ent 7393 filtro de eventos en metaconsola severity

See merge request artica/pandorafms!4070
This commit is contained in:
Daniel Rodriguez 2021-04-28 06:51:25 +00:00
commit 5857c0d231
1 changed files with 0 additions and 3 deletions

View File

@ -2126,9 +2126,6 @@ function process_datatables_item(item) {
/* Group name */
if (item.id_grupo == "0") {
var severity_value = "<?php echo $severity; ?>";
const multiple = severity_value.split(",");
$("#severity").val(multiple);
item.id_grupo = "<?php echo __('All'); ?>";
} else {
item.id_grupo = item.group_name;