Actions
Bug #1310
closedInconsistent Host rendering
Description
Looks like the JS is failing to parse the incoming JSON for the graphs - not too bad by itself, but it breaks the rendering of the Edit/Build/Etc buttons too.
Attached are the HTML, JS log, and screenshot.
Files
Updated by Ohad Levy about 13 years ago
- Category set to Web Interface
- Target version set to 1.0
Updated by Amos Benari about 13 years ago
- File 0001-Changed-reported_at-to-created_at-to-solve-a-bug-cau.patch 0001-Changed-reported_at-to-created_at-to-solve-a-bug-cau.patch added
- Status changed from New to Ready For Testing
My guess is that the problem is caused because some of the report 'reported_at' field contains a wrong data.
In the attached patch I have changed the reported_at to created_at as the time of the report, this is less accurate but much safer time stamp.
Updated by Ohad Levy about 13 years ago
- Target version changed from 1.0 to 0.4.1
Updated by Greg Sutcliffe about 13 years ago
Seems to be a bug in the JSON gem (v 1.5.2). Upgrading JSON to 1.6.1 and retstarting the passenger instance seems to have fixed it. Thanks :)
Updated by Ohad Levy about 13 years ago
- Status changed from Ready For Testing to Resolved
Actions