Closed
Bug 1004838
Opened 11 years ago
Closed 10 years ago
More flexible handling of the "people" field
Categories
(MozReview Graveyard :: General, defect, P2)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: mcote, Unassigned)
References
Details
At the moment, when a review request is published, the first user in the "people" field (sorted alphabetically) is flagged for review in the attachment posted to the associated Bugzilla bug. If the people field is later changed (and the review request re-published), a new attachment is created.
Ideally, the existing attachment should be updated with the new reviewer. A more difficult problem is selecting who should be the reviewer... since the order in which the users are entered into the people field does not appear to be preserved, it might be best to just restrict it to one person, and throw an error otherwise.
Eventually we should have separate fields for reviewer (restricted to one entry) and feedback (as many as desired).
Reporter | ||
Comment 1•11 years ago
|
||
For now, we are restricting the "People" field to exactly one person.
If we change the UI to allow one reviewer and multiple feedbackers, we should store these separately but I think, for all intents and purposes, internally in Review Board we can treat them as all members of the target_people field. Only the rbbz extension will need to differentiate them.
Reporter | ||
Comment 2•10 years ago
|
||
I was mistaken in my belief that there could only be one reviewer for a given patch/attachment. I've since fixed rbbz to take any number of reviewers, possibly zero, and to update the list if the review request is subsequently republished.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → INVALID
Assignee | ||
Updated•10 years ago
|
Product: bugzilla.mozilla.org → Developer Services
Assignee | ||
Updated•9 years ago
|
Product: Developer Services → MozReview
You need to log in
before you can comment on or make changes to this bug.
Description
•