Closed
Bug 97471
Opened 23 years ago
Closed 23 years ago
assignee_accessible and qa_accessible are unnecessary
Categories
(Bugzilla :: Creating/Changing Bugs, defect, P1)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.16
People
(Reporter: justdave, Assigned: bbaetz)
Details
(Whiteboard: [schema])
Attachments
(1 file)
7.56 KB,
patch
|
justdave
:
review+
afranke
:
review+
|
Details | Diff | Splinter Review |
Bug 39816 made it possible for the Assignee, QA, Reporter, and CC list to see a
bug even if they were not a member of the group the bug was restricted to, by
adding checkboxes for these roles on the bug form.
I'd like to recommend removing the QA and Assignee checkboxes from the form.
The QA and the Assignee should ALWAYS be able to see a bug. Perhaps if the
reporter specifies that a bug belongs to a group that the assignee is not a
member of, it should prompt the filer to confirm that they want to put the bug
in that group, or use that assignee (but still allow it since the assignee would
be able to see it anyway). Same for QA.
Comment 1•23 years ago
|
||
We would need to check this and get confirmation on a QA/assignee change, as
well as groupset change.
Updated•23 years ago
|
Priority: -- → P3
Target Milestone: --- → Bugzilla 2.16
Reporter | ||
Comment 2•23 years ago
|
||
adding to 2.16 block list
Severity: major → blocker
Priority: P3 → P1
Comment 3•23 years ago
|
||
If this drops off for whatever reason we need to deal with bug #40885 again.
Perhaps we should check no one uses these on the newsgroups?
Comment 4•23 years ago
|
||
I agree. This one's myk's baby to implement :-)
Gerv
Assignee | ||
Comment 5•23 years ago
|
||
dkl is going to do this with (or after) the group changes, I believe, based on
mail messages from last week.
Assignee: myk → dkl
Depends on: 68022
Comment 6•23 years ago
|
||
I could work up a patch over the weekend to the current code and also add this
changed to the new group branch. I also would like to have the system warn a user
when:
1. The bug is being changed to a group set that the assignee or qa contact is not a
member of one or more groups
2. That the bug that this bug is being marked as a duplicate,. depends on, or
blocker is private or this bug is private and the target bug is not. If that is case then
offer to add the assignee or qa contact to the Cc list of the target bug.
I am sure there are other scenarios that would need to be covered.
Comment 7•23 years ago
|
||
dkl: if the new group stuff isn't going to land, are we still going to do this?
I think we should.
Gerv
Assignee | ||
Comment 8•23 years ago
|
||
Removing the fields is easy. Having warnings is more difficult, but it is
technically seperate, and probably easier to do that way.
It is a schema change, and I thought we were trying to avoid those now... Its
not a complicated one though.
Whiteboard: [schema]
Reporter | ||
Comment 9•23 years ago
|
||
removing dependency on bug 68022, which is no longer going to make the cut for
2.16. This should still go in though. Most sites that use release code haven't
even seen these fields yet, so we're better off getting rid of them now before
people besides mozilla.org are actually using them.
No longer depends on: 68022
Assignee | ||
Comment 10•23 years ago
|
||
Actually, these fields were in 2.14
I'll attach a patch which doesn't do the warning thing - thats a spearate bug.
You can take this or leave it for 2.16 - I'm not going to spend time adding
warnigns at this stage.
Assignee: dkl → bbaetz
Assignee | ||
Comment 11•23 years ago
|
||
Reporter | ||
Updated•23 years ago
|
Reporter | ||
Comment 12•23 years ago
|
||
Comment on attachment 68064 [details] [diff] [review]
patch
r= justdave
Attachment #68064 -
Flags: review+
Comment 13•23 years ago
|
||
Comment on attachment 68064 [details] [diff] [review]
patch
r=afranke.
It's all plausible, and I have not found any other occurrences of
assignee_accessible in the bugzilla sources.
I haven't tested it, though.
Attachment #68064 -
Flags: review+
Assignee | ||
Comment 14•23 years ago
|
||
Checked in
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
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
•