Merge branch 'fix/mr' into 'develop'

minor fix

See merge request artica/pandorafms!2304

Former-commit-id: f24ca3e2617a696adb9de32ad5fd1bd5f5b14111
This commit is contained in:
fbsanchez 2019-03-27 17:27:39 +01:00
commit 0f30633094
2 changed files with 1 additions and 5 deletions

View File

@ -16,11 +16,6 @@ UPDATE `treport_content` SET type="netflow_summary" WHERE type="netflow_pie" OR
UPDATE `tnetflow_filter` SET aggregate="dstip" WHERE aggregate NOT IN ("dstip", "srcip", "dstport", "srcport");
-- ----------------------------------------------------------------------
-- Add column in table `tagent_custom_fields`
-- ----------------------------------------------------------------------
ALTER TABLE tagent_custom_fields ADD COLUMN `combo_values` VARCHAR(255) DEFAULT '';
ALTER TABLE `treport_content` ADD COLUMN `show_extended_events` tinyint(1) default '0';
ALTER TABLE `trecon_task` ADD COLUMN `summary` text;

View File

@ -167,6 +167,7 @@ if ($showmap) {
[
'id_task' => $id_task,
'pure' => 1,
'widget' => true,
]
);
$map->printMap();