revert change to Device ResultSet which breaks search_for_device()

This commit is contained in:
Oliver Gorwits
2017-07-14 13:50:40 +01:00
parent a3aae0696d
commit dfa298a55b
2 changed files with 7 additions and 1 deletions

View File

@@ -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 2.036007 - 2017-07-12
[BUG FIXES] [BUG FIXES]

View File

@@ -96,7 +96,7 @@ sub search_aliases {
{ {
order_by => [qw/ me.dns me.ip /], order_by => [qw/ me.dns me.ip /],
join => 'device_ips', join => 'device_ips',
group_by => 'me.ip', distinct => 1,
} }
); );
} }