Bug #1310
closed
Inconsistent Host rendering
Added by Greg Sutcliffe about 13 years ago.
Updated about 13 years ago.
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
- Category set to Web Interface
- Target version set to 1.0
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.
- Target version changed from 1.0 to 0.4.1
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 :)
- Status changed from Ready For Testing to Resolved
Also available in: Atom
PDF