Fix changing problem severity, fix #1104
This commit is contained in:
@@ -114,7 +114,7 @@ export class ZabbixAPIConnector {
|
|||||||
action: action
|
action: action
|
||||||
};
|
};
|
||||||
|
|
||||||
if (severity) {
|
if (severity !== undefined) {
|
||||||
params.severity = severity;
|
params.severity = severity;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user