Open
Bug 849229
Opened 13 years ago
Updated 4 years ago
Unable to set requested flag without editbugs permission
Categories
(bugzilla.mozilla.org :: Extensions, defect)
Tracking
()
REOPENED
People
(Reporter: caitlin.potter, Unassigned)
Details
I had been asked for feedback this morning
jacek: feedback? (caitlin.potter)
But I was not able to set my feedback until asking about it and being granted editbugs permission (which I'm not sure I need).
:ted had said on IRC that extra permissions should not be required for setting requested review/feedback flags on a bug.
| Reporter | ||
Updated•13 years ago
|
Version: 4.2 → 4.2.5
Comment 1•13 years ago
|
||
I am thinking this is due to the recent change to Bugzilla::Flag->set_flag that calls out to $bug->check_can_change_field where we were not doing that before 4.2. We will need to add some code the the BMO extension to allow the change if the user is the flags requestee. Will work on a patch.
dkl
Assignee: attach-and-request → dkl
Status: NEW → ASSIGNED
Component: Attachments & Requests → Extensions: BMO
OS: Windows 7 → All
Product: Bugzilla → bugzilla.mozilla.org
QA Contact: default-qa
Hardware: x86_64 → All
Version: 4.2.5 → Production
Comment 2•13 years ago
|
||
I had a new qa contributor report today she could not set flags for status-firefox20 for a bug she was verifying. I had to add her to canconfirm for that to happen. I'm not sure if that's how things are supposed to be, or if that's part of this bug.
Comment 3•13 years ago
|
||
(In reply to Liz Henry :lizzard from comment #2)
> I had a new qa contributor report today she could not set flags for
> status-firefox20 for a bug she was verifying. I had to add her to canconfirm
> for that to happen. I'm not sure if that's how things are supposed to be, or
> if that's part of this bug.
Thats normal. status-firefox* flags and the others in the Project/Tracking flags section are special and required different privileges than the other regular bug flags. That particular flag needs 'canconfirm' to set.
dkl
| Reporter | ||
Updated•12 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
the issue with review/feedback flags exists, and is different from setting status-* flags.
reopening.
Status: RESOLVED → REOPENED
Resolution: WONTFIX → ---
Updated•6 years ago
|
Component: Extensions: BMO → Extensions
Updated•4 years ago
|
Assignee: dkl → nobody
You need to log in
before you can comment on or make changes to this bug.
Description
•