Actions
Bug #8159
closedservices_dnsmasq.php: Deleting a Host Override entry removes the wrong item
Start date:
12/04/2017
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.4.2
Affected Architecture:
All
Description
On Services > DNS Forwarder, when there are multiple Host Override entries the wrong item can be deleted from the list.
It may be related to how the items are sorted before display or before deleting. On a test VM here, hovering over the delete icon shows the IDs are not in order as if the list was sorted, for example:
aaaaa id=0
bbbbb id=3
ccccc id=1
ddddd id=2
Clicking the delete icon for entry "ccccc" actually removes "bbbbb".
The id numbers reflect the actual order of the entries in config.xml, which is unsorted.
Actions