Fixes #1403

After fix
This commit is contained in:
Sriram
2022-03-03 17:52:27 +00:00
committed by GitHub
parent 69e92a1ce7
commit 928417e27f

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,