Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 492239

Summary: Misspelled property name in servicesPageBuilder.js
Product: [ECD] Orion Reporter: Max Schaefer <max>
Component: ClientAssignee: Grant Gayed <grant_gayed>
Status: RESOLVED FIXED QA Contact:
Severity: minor    
Priority: P3    
Version: unspecified   
Target Milestone: 12.0   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Max Schaefer CLA 2016-04-22 06:49:46 EDT
Property 'length' is misspelled as 'lengh' on line 195 of bundles/org.eclipse.orion.client.cf/web/cfui/plugins/wizards/common/servicesPageBuilder.js (https://github.com/eclipse/orion.client/blob/82ff15a54ee581c6b306bbc84ad2baa197434a54/bundles/org.eclipse.orion.client.cf/web/cfui/plugins/wizards/common/servicesPageBuilder.js#L195):

services = Object.keys(services);
if(services.lengh > 0){
  ...