Closed
Bug 395624
Opened 18 years ago
Closed 18 years ago
Provide a list of duplicate bugs on show_bug.cgi
Categories
(Bugzilla :: Bugzilla-General, enhancement)
Tracking
()
RESOLVED
DUPLICATE
of bug 200202
People
(Reporter: ddkilzer, Unassigned)
Details
Attachments
(1 file)
|
3.39 KB,
patch
|
Details | Diff | Splinter Review |
When viewing a bug, it would be useful to see a list of bugs currently resolved as duplicates of it rather than having to sift through comments looking for specially-formatted duplicate statements (some of which may no longer be valid).
| Reporter | ||
Comment 1•18 years ago
|
||
This patch implements the following:
- Adds Bugzilla::Bug::duplicates() method to return an arrayref of bug ids marked as RESOLVED/DUPLICATE against the given bug. Also adds 'duplicates' to a list of valid attributes.
- Adds a 'duplicates_dupe_of_idx' index to the 'duplicates' table on the 'dupe_of' column to make query performance not suck on large databases.
- Updates bug/edit.html.tmpl to display "Duplicates:" and a list of linked bug ids, but only if there are bugs marked as duplicates of the current bug.
Attachment #280307 -
Flags: review?
Comment 2•18 years ago
|
||
Sorry, but that's a dupe of bug 200202 which already has a patch.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
Comment 3•18 years ago
|
||
Comment on attachment 280307 [details] [diff] [review]
Patch v1
Removing the request for review as this bug is a dupe.
Attachment #280307 -
Flags: review?
You need to log in
before you can comment on or make changes to this bug.
Description
•