Closed
Bug 192020
Opened 23 years ago
Closed 23 years ago
Enhance description with vote indications
Categories
(Bugzilla :: Bugzilla-General, enhancement)
Bugzilla
Bugzilla-General
Tracking
()
RESOLVED
DUPLICATE
of bug 191538
People
(Reporter: hauser, Assigned: justdave)
References
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3b) Gecko/20030114
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3b) Gecko/20030114
Suggestions:
* Add two columns,
1) one that provides the max-number of votes per user and
2) a second that mentions how many votes are necessary for automatic promotion
from UNCO to NEW.
3) Furthermore, it would be great to be able to click on those numbers and see a
reasoning why they are set to the default number (with certainly has its own
justification) or why the component owner deviates.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
See also http://bugzilla.mozilla.org/show_bug.cgi?id=192017 for another place
where this information might be useful as well.
Comment 1•23 years ago
|
||
*** Bug 192018 has been marked as a duplicate of this bug. ***
Comment 2•23 years ago
|
||
Not a part of the Bugzilla Guide or docs/ directory...
-> Bugzilla-General
Assignee: jake → justdave
Component: Documentation → Bugzilla-General
| Assignee | ||
Comment 3•23 years ago
|
||
Votes are per-product, not per-component....
We don't really have a listing of product descriptions besides the one you get
when you enter a bug... which you already have a bug for...
*** This bug has been marked as a duplicate of 191538 ***
URL: http://bugzilla.mozilla.org/describec...
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
| Reporter | ||
Comment 4•23 years ago
|
||
sorry, didn't find my old bug anymore and thought it didn't go through.
(I think that has been reported before..., but I got only:
Content-type: text/html
Software error:
SELECT bugs.bug_id, bugs.creation_ts, bugs.bug_severity, bugs.priority,
bugs.rep_platform, map_assigned_to.login_name, bugs.bug_status, bugs.resolution,
map_products.name, bugs.short_desc FROM bugs, profiles AS map_assigned_to,
products AS map_products LEFT JOIN longdescs longdescs_email_1 ON bugs.bug_id =
longdescs_email_1.bug_id AND longdescs_email_1.who IN(56971) LEFT JOIN
bug_group_map ON bug_group_map.bug_id = bugs.bug_id LEFT JOIN cc ON cc.bug_id
= bugs.bug_id AND cc.who = 56971 WHERE bugs.assigned_to =
map_assigned_to.userid AND bugs.product_id = map_products.id AND
longdescs_email_1.who IS NOT NULL AND 1 = 1 AND ((bug_group_map.group_id IS
NULL) OR (bugs.reporter_accessible = 1 AND bugs.reporter = 56971) OR
(bugs.cclist_accessible = 1 AND cc.who IS NOT NULL) OR (bugs.assigned_to =
56971) OR (bugs.qa_contact = 56971) ) GROUP BY bugs.bug_id ORDER BY
bugs.resolution,bugs.priority, bugs.bug_severity : Server shutdown in progress
at globals.pl line 283.
For help, please send mail to the webmaster (webmaster@mozilla.org), giving this
error message and the time and date of the error. )
Updated•13 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
•