Closed
Bug 608848
Opened 15 years ago
Closed 14 years ago
Fix link title for crash date in crash report list
Categories
(Socorro :: General, task)
Socorro
General
Tracking
(Not tracked)
VERIFIED
FIXED
2.2
People
(Reporter: dmandelin, Assigned: nigelb)
References
()
Details
Attachments
(1 file)
|
1.48 KB,
patch
|
lonnen
:
review+
|
Details | Diff | Splinter Review |
This is a small bug. In a crash list, the date is represented like this:
<td class="report-date_processed">
<a href="/report/index/08ec335d-6c8a-463d-9c1e-a9b702101101" title="View reports with this signature.">
Nov 01, 2010 15:27 </a>
<div class="hang-pair"></div>
</td>
The same title is given for each date. This title doesn't really make sense--the link goes to a specific crash report. Just deleting the title attribute seems fine.
| Assignee | ||
Comment 1•14 years ago
|
||
Attached patch removes the title from the url
| Assignee | ||
Updated•14 years ago
|
Attachment #547890 -
Flags: review?(laura) → review?(chris.lonnen)
Updated•14 years ago
|
Attachment #547890 -
Flags: review?(chris.lonnen) → review+
Comment 2•14 years ago
|
||
Checked in for Nigel as r3302 (http://code.google.com/p/socorro/source/detail?r=3302)
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 3•14 years ago
|
||
Verified FIXED on https://crash-stats-dev.allizom.org/report/list?range_value=7&range_unit=days&signature=js%3A%3Amjit%3A%3AEnterMethodJIT%28JSContext%2A%2C%20JSStackFrame%2A%2C%20void%2A%2C%20js%3A%3AValue%2A%29&version=Firefox:
<td class="report-date_processed">
<a href="/report/index/e5acd270-fbb7-4e74-9ce3-4614a2110720">
Jul 20, 2011 03:27 </a>
<div class="hang-pair"></div>
Status: RESOLVED → VERIFIED
OS: Windows 7 → All
Hardware: x86 → All
Target Milestone: --- → 2.2
Updated•14 years ago
|
Component: Socorro → General
Product: Webtools → Socorro
You need to log in
before you can comment on or make changes to this bug.
Description
•