Closed
Bug 76770
Opened 24 years ago
Closed 20 years ago
wording in "can't change" message incorrect (or let submitter add keywords?)
Categories
(Bugzilla :: Bugzilla-General, defect, P2)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: gwalla, Assigned: justdave)
References
Details
(Whiteboard: [permissions:edit])
When trying to nominate a bug I submitted for mozilla 1.0 by adding the
mozilla1.0 keyword, I get the error message "Only the owner or submitter of the
bug, or a sufficiently empowered user, may make that change to the keywords
field." in black in a red box. However, I *am* the submitter. I suspect that
this is a problem with the wording of the error message and not with the user
checking.
Comment 1•24 years ago
|
||
IIRC, a submitter is suposed to be 'sufficiently empowered'... in witch case it
is an error w/the user checking.
Comment 2•24 years ago
|
||
Looking at post_bug.cgi, line 175 makes it sound like the reporter should only
be allowed to change the status...
175 # Let reporter change bug status, even if they can't edit bugs.
176 # If reporter can't re-open their bug they will just file a duplicate.
177 # While we're at it, let them close their own bugs as well.
178 if ( ($f eq "bug_status") && ($whoid eq $reporterid) ) {
179 return 1;
180 }
But later on at line 200 it looks like the reporter can edit anything...
200 } elsif ($reporterid eq $whoid || $ownerid eq $whoid ||
201 $qacontactid eq $whoid) {
202 return 1;
203 }
(This is an elsif for "Changing state to an opened that other than UNCONFIRMED)
Am I misinterpiting what this last code bit does? If so, then the wording in
the error message is wrong. Otherwise, there's a bug somewhere in this
user/permission checking code.
Updated•23 years ago
|
Target Milestone: --- → Bugzilla 2.16
Comment 4•23 years ago
|
||
-> Bugzilla product, General component (decide permissions policy),
reassigning.
Assignee: tara → justdave
Component: Bugzilla → Bugzilla-General
Product: Webtools → Bugzilla
Summary: wording in "can't change" message incorrect → wording in "can't change" message incorrect (or let submitter add keywords?)
Whiteboard: [permissions:edit]
Version: Bugzilla 2.10 → 2.10
Assignee | ||
Comment 6•23 years ago
|
||
We are currently trying to wrap up Bugzilla 2.16. We are now close enough to
release time that anything that wasn't already ranked at P1 isn't going to make
the cut. Thus this is being retargetted at 2.18. If you strongly disagree with
this retargetting, please comment, however, be aware that we only have about 2
weeks left to review and test anything at this point, and we intend to devote
this time to the remaining bugs that were designated as release blockers.
Target Milestone: Bugzilla 2.16 → Bugzilla 2.18
Updated•21 years ago
|
OS: Windows NT → All
Hardware: PC → All
Comment 7•21 years ago
|
||
Unloved bugs targetted for 2.18 but untouched since 9-15-2003 are being
retargeted to 2.20
If you plan to act on one immediately, go ahead and pull it back to 2.18.
Target Milestone: Bugzilla 2.18 → Bugzilla 2.20
Assignee | ||
Comment 8•20 years ago
|
||
This bug appears to have been reported against version 2.10 of Bugzilla, based
on both the version field and the timestamp when the bug was filed (2.12 came
out two weeks after this bug was filed).
I'm unable to reproduce this problem on any currently supported version of
Bugzilla (2.16 and up). If anyone still has this problem, please reopen the bug.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Updated•20 years ago
|
Target Milestone: Bugzilla 2.20 → ---
Updated•12 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•