port control userlog now looks for all actions
This commit is contained in:
6
Changes
6
Changes
@@ -1,3 +1,9 @@
|
|||||||
|
0.8 -
|
||||||
|
|
||||||
|
[BUG FIXES]
|
||||||
|
|
||||||
|
* port cotrol user log check now looks for all actions
|
||||||
|
|
||||||
0.7 - 2012-11-25
|
0.7 - 2012-11-25
|
||||||
|
|
||||||
[NEW FEATURES]
|
[NEW FEATURES]
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ ajax '/ajax/userlog' => sub {
|
|||||||
|
|
||||||
my $rs = schema('netdisco')->resultset('Admin')->search({
|
my $rs = schema('netdisco')->resultset('Admin')->search({
|
||||||
username => $user,
|
username => $user,
|
||||||
action => [qw/portcontrol vlan location/],
|
action => [qw/location contact portcontrol portname vlan/],
|
||||||
finished => { '>' => \"(now() - interval '5 seconds')" },
|
finished => { '>' => \"(now() - interval '5 seconds')" },
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user