fix bug #205
This commit is contained in:
parent
2a2777b0de
commit
91874cdec4
@ -87,7 +87,7 @@ __PACKAGE__->register_method({
|
||||
my $status = $5;
|
||||
if ((my $task = PVE::Tools::upid_decode($upid, 1))) {
|
||||
return if $userfilter && $task->{user} !~ m/\Q$userfilter\E/i;
|
||||
next if !($auditor || $user eq $task->{user});
|
||||
return if !($auditor || $user eq $task->{user});
|
||||
|
||||
return if $errors && $status && $status eq 'OK';
|
||||
|
||||
|
2
debian/changelog.Debian
vendored
2
debian/changelog.Debian
vendored
@ -5,6 +5,8 @@ pve-manager (2.2-22) unstable; urgency=low
|
||||
* update openvz appliance list
|
||||
|
||||
* add win8 to OS type selector
|
||||
|
||||
* fix bug #205
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Fri, 12 Oct 2012 06:07:12 +0200
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user