Closed
Bug 1060233
Opened 12 years ago
Closed 12 years ago
Aliases are not displayed correctly in some places
Categories
(Bugzilla :: User Interface, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 5.0
People
(Reporter: mail, Assigned: mail)
References
Details
(Keywords: regression)
Attachments
(1 file)
|
1.22 KB,
patch
|
dkl
:
review+
|
Details | Diff | Splinter Review |
There are two places where aliases show up as 'ARRAY(0xc23a8c0)' rather than the aliases:
* In the duplicates, blocks and depends on when viewing a bug
* In the heading in the 'Format for printing' page.
I've run 'grep -rsi alias template/ | grep -v size|grep -v join|cut -f1 -d:|sort|uniq' so there shouldn't be any other occurrences that I have missed.
| Assignee | ||
Comment 1•12 years ago
|
||
Attachment #8481257 -
Flags: review?(dkl)
Comment 2•12 years ago
|
||
Comment on attachment 8481257 [details] [diff] [review]
bug1060233-v1.patch
Review of attachment 8481257 [details] [diff] [review]:
-----------------------------------------------------------------
r=dkl
Attachment #8481257 -
Flags: review?(dkl) → review+
Updated•12 years ago
|
Flags: approval?
| Assignee | ||
Comment 3•12 years ago
|
||
To ssh://gitolite3@git.mozilla.org/bugzilla/bugzilla.git
ec5caa5..51fa7ce master -> master
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Flags: approval? → approval+
Resolution: --- → FIXED
Target Milestone: --- → Bugzilla 5.0
Updated•11 years ago
|
Keywords: regression
Updated•11 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•