-
Problem report
-
Resolution: Fixed
-
Trivial
-
5.4.12rc1, 6.0.3rc1, 6.2.0alpha1
-
Sprint 86 (Mar 2022), Sprint 87 (Apr 2022)
-
0.5
The following errors are observer in the lists of hosts, items, triggers, item prototypes and trigger prototypes when attempting to execute Mass update action:
- [DOM] Found 2 elements with non-unique id #ids_99131: (More info: https://goo.gl/9p2vKq) <input type="checkbox" id="ids_99131" name="ids[99131]" value="99131" class="checkbox-radio">
- [DOM] Found 2 elements with non-unique id #context: (More info: https://goo.gl/9p2vKq) <input type="hidden" id="context" name="context" value="host">
Steps to reproduce:
- Open the list of hosts, items, triggers, trigger prototypes or item prototypes
- Set the select all checkbox to true
- Press "Mass update" button
- Check browser console
Result: browser console contains the above mentioned "non-unique ids" errors
Expected: all IDs on page should be unique, there should be no such browser errors visible.
- causes
-
ZBX-20947 Hosts are not exported to file
- Closed