Closed
Bug 465741
Opened 17 years ago
Closed 17 years ago
Resolution display at top of bug doesn't display what the duplicate bug is
Categories
(Bugzilla :: Creating/Changing Bugs, defect, P2)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.2
People
(Reporter: mossop, Assigned: LpSolit)
References
Details
(Keywords: regression)
Attachments
(1 file)
883 bytes,
patch
|
mkanat
:
review+
|
Details | Diff | Splinter Review |
Consider bug 465729. When looking at it I can see that the bug has been marked as a duplicate of something. I don't know what though and I must click the edit button to find out.
Reporter | ||
Updated•17 years ago
|
Keywords: regression
![]() |
Assignee | |
Comment 1•17 years ago
|
||
I can reproduce upstream. This isn't intentional, and the code takes care of dupes. So the code is broken.
Assignee: nobody → create-and-change
Component: Bugzilla: Other b.m.o Issues → Creating/Changing Bugs
Depends on: 452888
Priority: -- → P2
Product: mozilla.org → Bugzilla
QA Contact: other-bmo-issues → default-qa
Target Milestone: --- → Bugzilla 3.2
Version: other → 3.2
![]() |
Assignee | |
Updated•17 years ago
|
Flags: blocking3.2+
![]() |
Assignee | |
Comment 2•17 years ago
|
||
The span has id="duplicate_display", which is hidden by default, see js/field.js. This ID must go away as it play no role here.
Assignee: create-and-change → LpSolit
Status: NEW → ASSIGNED
Attachment #348981 -
Flags: review?(guy.pyrzak)
Comment 3•17 years ago
|
||
Comment on attachment 348981 [details] [diff] [review]
patch, v1
Yeah, obviously correct.
Attachment #348981 -
Flags: review?(guy.pyrzak) → review+
Updated•17 years ago
|
Flags: approval3.2+
Flags: approval+
![]() |
Assignee | |
Comment 4•17 years ago
|
||
tip:
Checking in template/en/default/bug/edit.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/bug/edit.html.tmpl,v <-- edit.html.tmpl
new revision: 1.138; previous revision: 1.137
done
3.2rc2:
Checking in template/en/default/bug/edit.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/bug/edit.html.tmpl,v <-- edit.html.tmpl
new revision: 1.125.2.11; previous revision: 1.125.2.10
done
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•