revert change to Device ResultSet which breaks search_for_device()
This commit is contained in:
6
Changes
6
Changes
@@ -1,3 +1,9 @@
|
||||
2.036008 - 2017-07-14
|
||||
|
||||
[BUG FIXES]
|
||||
|
||||
* revert change to Device ResultSet which breaks search_for_device()
|
||||
|
||||
2.036007 - 2017-07-12
|
||||
|
||||
[BUG FIXES]
|
||||
|
||||
@@ -96,7 +96,7 @@ sub search_aliases {
|
||||
{
|
||||
order_by => [qw/ me.dns me.ip /],
|
||||
join => 'device_ips',
|
||||
group_by => 'me.ip',
|
||||
distinct => 1,
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user