Commit 43fe2ebf authored by bbaetz%acm.org's avatar bbaetz%acm.org

Bug 188161 - assignee/qa missing change knobs.

r, a=justdave
parent dec8ca8d
......@@ -373,9 +373,9 @@ sub user {
# in the world; their permissions will get checked when they log in
# and actually try to make the change.
$self->{'user'}->{'canedit'} = $::userid == 0
|| $::userid == $self->{'reporter'}
|| $::userid == $self->{'qa_contact'}
|| $::userid == $self->{'assigned_to'}
|| $::userid == $self->{'reporter'}{'id'}
|| ($self->{'qa_contact'} && $::userid == $self->{'qa_contact'}{'id'})
|| $::userid == $self->{'assigned_to'}{'id'}
|| &::UserInGroup("editbugs");
$self->{'user'}->{'canconfirm'} = ($::userid == 0)
|| &::UserInGroup("canconfirm")
......
......@@ -373,9 +373,9 @@ sub user {
# in the world; their permissions will get checked when they log in
# and actually try to make the change.
$self->{'user'}->{'canedit'} = $::userid == 0
|| $::userid == $self->{'reporter'}
|| $::userid == $self->{'qa_contact'}
|| $::userid == $self->{'assigned_to'}
|| $::userid == $self->{'reporter'}{'id'}
|| ($self->{'qa_contact'} && $::userid == $self->{'qa_contact'}{'id'})
|| $::userid == $self->{'assigned_to'}{'id'}
|| &::UserInGroup("editbugs");
$self->{'user'}->{'canconfirm'} = ($::userid == 0)
|| &::UserInGroup("canconfirm")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment