diff --git a/Changes b/Changes index 6bc4c6c8..266ace19 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,9 @@ +0.8 - + + [BUG FIXES] + + * port cotrol user log check now looks for all actions + 0.7 - 2012-11-25 [NEW FEATURES] diff --git a/Netdisco/lib/Netdisco/Web/PortControl.pm b/Netdisco/lib/Netdisco/Web/PortControl.pm index 9bcf299d..40ac0487 100644 --- a/Netdisco/lib/Netdisco/Web/PortControl.pm +++ b/Netdisco/lib/Netdisco/Web/PortControl.pm @@ -49,7 +49,7 @@ ajax '/ajax/userlog' => sub { my $rs = schema('netdisco')->resultset('Admin')->search({ username => $user, - action => [qw/portcontrol vlan location/], + action => [qw/location contact portcontrol portname vlan/], finished => { '>' => \"(now() - interval '5 seconds')" }, });