-
Problem report
-
Resolution: Duplicate
-
Trivial
-
None
-
6.0.29rc1, 6.4.14rc1, 7.0.0beta3
The order of Event correlation conditions is sometimes not determined in the list table.
Steps to reproduce:
- Install Zabbix frontend with PostgreSQL (for reference I used version 15.2).
- Using API (or UI, but you will have to add many correlations later) add this Event correlation:
{ "jsonrpc": "2.0", "method": "correlation.create", "params": { "name": "event correlation {{request-no}}", "filter": { "evaltype": 0, "conditions": [ { "type": 0, "tag": "old 1" }, { "type": 1, "tag": "new 1" }, { "type": 1, "tag": "new 2" }, { "type": 0, "tag": "old 2" } ] }, "operations": [ { "type": 0 } ] }, "id": 1 }
- Observe the order of the Conditions in list table, the order is predetermined and will always be like this:
- Add more of the same Event correlations. I usually need around 15 more, but I am not sure what is the exact count.
- Observe the Event correlation list again.
Result:
The condition order is mixed and is no longer predetermined:
Expected:
The order of conditions in the is predetermined.
- duplicates
-
ZBX-21850 Incorrect action conditions sorting
- Closed