Open
Bug 286512
Opened 20 years ago
Updated 1 year ago
Bugzilla::Bug needs a way to generate a "deep dependency list"
Categories
(Bugzilla :: Bugzilla-General, enhancement)
Tracking
()
NEW
People
(Reporter: mkanat, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 obsolete file)
summarize_time and showdependency* all need to know information about all a
bug's blockers, and all the blockers' blockers, etc.
They all have their own code to do this.
I'd like to consolidate this code into Bugzilla::Bug, or perhaps into a
Bugzilla::BugTree object, if that turns out to be better or more performant.
| Reporter | ||
Updated•20 years ago
|
Severity: normal → enhancement
| Reporter | ||
Comment 2•20 years ago
|
||
Not really. Although it could block it, if we want. This is more about code
objects, and bug 68611 is about something we want to do in the table.
| Reporter | ||
Updated•20 years ago
|
No longer blocks: bz-majorarch
Updated•1 year ago
|
Attachment #9385842 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•