This commit is contained in:
Dietmar Maurer 2012-10-23 09:52:45 +02:00
parent 2a2777b0de
commit 91874cdec4
2 changed files with 3 additions and 1 deletions

View File

@ -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';

View File

@ -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