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.
|