Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pve-manager
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
pve-manager
Commits
91874cde
Commit
91874cde
authored
Oct 23, 2012
by
Dietmar Maurer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug #205
parent
2a2777b0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
Tasks.pm
PVE/API2/Tasks.pm
+1
-1
changelog.Debian
debian/changelog.Debian
+2
-0
No files found.
PVE/API2/Tasks.pm
View file @
91874cde
...
...
@@ -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
';
...
...
debian/changelog.Debian
View file @
91874cde
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment