Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 420323
Collapse All | Expand All

(-)a/bundles/org.eclipse.orion.client.ui/web/orion/explorers/navigatorRenderer.js (-1 / +1 lines)
Lines 132-138 Link Here
132
				link.appendChild(document.createTextNode(item.Name));
132
				link.appendChild(document.createTextNode(item.Name));
133
			}
133
			}
134
			var foundEditor = false;
134
			var foundEditor = false;
135
			var href = uriTemplate.expand({resource: item.Location});
135
			var href = item.Location;
136
			if (uriParams && typeof uriParams === "object") { //$NON-NLS-0$
136
			if (uriParams && typeof uriParams === "object") { //$NON-NLS-0$
137
				item.params = {};
137
				item.params = {};
138
				objects.mixin(item.params, uriParams);
138
				objects.mixin(item.params, uriParams);

Return to bug 420323