| Summary: | Sites page broken | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Mark Macdonald <mamacdon> |
| Component: | Client | Assignee: | Project Inbox <orion.client-inbox> |
| Status: | VERIFIED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | eclipse.felipe, john.arthorne |
| Version: | 0.3 | ||
| Target Milestone: | 0.4 M1 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
this problem is blocking me. (In reply to comment #1) > this problem is blocking me. and by me I mean everybody using orion.eclipse.org ;-) my bad. thanks Mark. can we spin a build? can't run the fix without a site... I ran and deployed a new build: http://download.eclipse.org/orion/drops/I201111231235/index.html |
orion.eclipse.org running 0.2.0.v201111123-0142 1. Log in, click the Sites link on the global toolbar 2. You get an error: TypeError arguments: Array[2] 0: "then" 1: undefined type: "non_object_property_load" The code is if (this.hrefCallback) { var href = this.hrefCallback.call(context.handler, context); if(href.then){ // href is undefined here href.then(function(l){ link.href = l; }); }