Closed Bug 95579 Opened 23 years ago Closed 22 years ago

The reporter has too many permissions

Categories

(Bugzilla :: Creating/Changing Bugs, defect, P3)

2.13
x86
Windows 2000
defect

Tracking

()

CLOSED DUPLICATE of bug 90619

People

(Reporter: roni_abusch, Assigned: myk)

Details

(Whiteboard: [permissions:edit])

How can I disable the reporter of the bug from having the below options?

 Leave as ASSIGNED 
 Resolve bug, changing resolution to
 Resolve bug, mark it as duplicate of bug
 Reassign bug to  
 Reassign bug to owner and QA contact of selected component
I've hacked the code in my installation to do it.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
that doesn't mean we don't want to fix it in the distribution code, though.

Although since your patches probably didn't provide an option for it, and just
did it directly, they may be worth submitting anyway, just so we can see what
all had to be done.  We may have to change it to make it optional, but it'd
still be useful I think.

Sorry if it seemed like we were taking a while to get to these - we're right in
the middle of wrapping up the 2.14 release cycle.  In another week or so we'll
be getting back to triaging all the reports again.
Status: RESOLVED → REOPENED
Resolution: INVALID → ---
In bug_form.pl I've removed the reporter from the previledged:
if ($canedit || $::userid == $assignedtoid || $::userid == $qacontactid) {
    if (IsOpenedState($status)) {
        if ($status ne "ASSIGNED") {
...

-> Bugzilla product, Creating Bugs component, reassigning.
Assignee: justdave → myk
Status: REOPENED → NEW
Component: Bugzilla → Creating/Changing Bugs
Product: Webtools → Bugzilla
Whiteboard: [permissions:edit]
Version: Bugzilla 2.13 → 2.13
Priority: -- → P3
Target Milestone: --- → Bugzilla 2.20
This similar to bug#90619

*** This bug has been marked as a duplicate of 90619 ***
Status: NEW → RESOLVED
Closed: 23 years ago22 years ago
Resolution: --- → DUPLICATE
clearing target on DUPLICATE/WONTFIX/INVALID/WORKSFORME so they'll show up as
untriaged if they get reopened.
Target Milestone: Bugzilla 2.20 → ---
OK, let's close it...
Status: RESOLVED → CLOSED
QA Contact: matty_is_a_geek → default-qa
You need to log in before you can comment on or make changes to this bug.