Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 364613 - Sites page broken
Summary: Sites page broken
Status: VERIFIED FIXED
Alias: None
Product: Orion
Classification: ECD
Component: Client (show other bugs)
Version: 0.3   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: 0.4 M1   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-23 10:56 EST by Mark Macdonald CLA
Modified: 2011-11-23 13:51 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Macdonald CLA 2011-11-23 10:56:54 EST
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;
            });
    }
Comment 1 Felipe Heidrich CLA 2011-11-23 11:23:06 EST
this problem is blocking me.
Comment 2 Felipe Heidrich CLA 2011-11-23 11:23:51 EST
(In reply to comment #1)
> this problem is blocking me.

and by me I mean everybody using orion.eclipse.org ;-)
Comment 4 Susan McCourt CLA 2011-11-23 11:40:06 EST
my bad.  thanks Mark.
Comment 5 Susan McCourt CLA 2011-11-23 12:30:56 EST
can we spin a build?  can't run the fix without a site...
Comment 6 John Arthorne CLA 2011-11-23 13:51:36 EST
I ran and deployed a new build:

http://download.eclipse.org/orion/drops/I201111231235/index.html