-
Type:
Incident report
-
Resolution: Duplicate
-
Priority:
Trivial
-
None
-
Affects Version/s: 3.2.2
-
Component/s: Frontend (F)
On page triggers paging is not working, the problem occurs because of an incorrect variable in the groupid of the listing.
/usr/share/zabbix/triggers.php
#$data['groupid'] = $data['pageFilter']->groupids;
$data['groupid'] = $data['pageFilter']->groupid;
after changing it functioned normally
- duplicates
-
ZBX-11596 Flipping page on triggers-list when filtered on group that is nested
-
- Closed
-