Merge pull request #1404 from yesoreyeram/patch-1

Fixes incorrect problem name when PROBLEM event generation mode set to multiple
This commit is contained in:
Sriram
2022-04-04 11:21:22 +01:00
committed by GitHub

View File

@@ -23,7 +23,7 @@ export function joinTriggersWithProblems(problems: ZBXProblem[], triggers: ZBXTr
tags: p.tags,
suppressed: p.suppressed,
suppression_data: p.suppression_data,
description: t.description,
description: p.name || t.description,
comments: t.comments,
value: t.value,
groups: t.groups,