Closed
Bug 201294
Opened 23 years ago
Closed 22 years ago
showdependencygraph.cgi uses a hard-coded list of open states
Categories
(Bugzilla :: Reporting/Charting, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.18
People
(Reporter: justdave, Assigned: justdave)
Details
Attachments
(1 file)
|
544 bytes,
patch
|
gerv
:
review+
|
Details | Diff | Splinter Review |
It should use the global IsOpenedState() sub instead to make it easier on sites
that hack the available statuses (like Zippy :)
Patch coming.
| Assignee | ||
Comment 1•23 years ago
|
||
| Assignee | ||
Updated•23 years ago
|
Attachment #119933 -
Flags: review?(gerv)
| Assignee | ||
Updated•23 years ago
|
Target Milestone: --- → Bugzilla 2.18
Comment 2•23 years ago
|
||
Comment on attachment 119933 [details] [diff] [review]
Patch
>- if ($stat =~ /^(NEW|ASSIGNED|REOPENED)$/) {
>+ if (IsOpenedState($stat)) {
This actually changed behaviour; it now includes UNCONFIRMED, when it didn't
before. Is that a bug fix, or an unintentional side-effect?
If the former, r=gerv.
Gerv
| Assignee | ||
Comment 3•23 years ago
|
||
I would say that was an oversight when UNCONFIRMED was added, and thus it's a
bugfix. :)
Updated•23 years ago
|
Attachment #119933 -
Flags: review?(gerv) → review+
Updated•22 years ago
|
Status: NEW → ASSIGNED
Flags: approval?
| Assignee | ||
Comment 4•22 years ago
|
||
Checking in showdependencygraph.cgi;
/cvsroot/mozilla/webtools/bugzilla/showdependencygraph.cgi,v <--
showdependencygraph.cgi
new revision: 1.30; previous revision: 1.29
done
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Flags: approval? → approval+
Resolution: --- → FIXED
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
•