Bug 131668 - EWS status link at build.webkit.org/dashboard is incorrect until EWS pop-up is opened
Summary: EWS status link at build.webkit.org/dashboard is incorrect until EWS pop-up i...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
: 129008 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-04-14 23:40 PDT by Alexey Proskuryakov
Modified: 2014-10-10 14:43 PDT (History)
3 users (show)

See Also:


Attachments
proposed patch (3.77 KB, patch)
2014-08-27 19:26 PDT, Alexey Proskuryakov
dbates: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2014-04-14 23:40:48 PDT
Steps to reproduce:
1. Open build.webkit.org/dashboard
2. Click EWS name in right column.

Results: an incorrect link like <http://build.webkit.org/dashboard/undefined> opens.

This happens because we only initialize this._statusPageURL when loading detailed status JSON, which is only done to show a popover.
Comment 1 Alexey Proskuryakov 2014-08-27 19:26:55 PDT
Created attachment 237280 [details]
proposed patch
Comment 2 Alexey Proskuryakov 2014-08-27 22:19:40 PDT
Committed <http://trac.webkit.org/r173048>
Comment 3 Alexey Proskuryakov 2014-10-10 14:43:59 PDT
*** Bug 129008 has been marked as a duplicate of this bug. ***